Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Jul 2013 10:17:11 +0000 (UTC)
From:      Andrej Zverev <az@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r324031 - head/sysutils/tenshi
Message-ID:  <201307311017.r6VAHB0K009200@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307311017.r6VAHB0K009200>