svn commit: r324031 - head/sysutils/tenshi

Andrej Zverev az at FreeBSD.org
Wed Jul 31 10:17:11 UTC 2013


Author: az
Date: Wed Jul 31 10:17:10 2013
New Revision: 324031
URL: http://svnweb.freebsd.org/changeset/ports/324031

Log:
  - Convert to new perl order (fix build)

Modified:
  head/sysutils/tenshi/Makefile

Modified: head/sysutils/tenshi/Makefile
==============================================================================
--- head/sysutils/tenshi/Makefile	Wed Jul 31 10:14:47 2013	(r324030)
+++ head/sysutils/tenshi/Makefile	Wed Jul 31 10:17:10 2013	(r324031)
@@ -14,7 +14,8 @@ RUN_DEPENDS=		${LOCALBASE}/bin/gtail:${P
 
 MAN8=			tenshi.8
 
-USE_PERL5=		yes
+USES=			perl5
+USE_PERL5=		run build patch
 NO_BUILD=		yes
 USE_RC_SUBR=		tenshi
 SUB_LIST=		PERL=${PERL}


More information about the svn-ports-all mailing list