svn commit: r327521 - head/net-p2p/amule

Baptiste Daroussin bapt at FreeBSD.org
Wed Sep 18 06:44:13 UTC 2013


Author: bapt
Date: Wed Sep 18 06:44:12 2013
New Revision: 327521
URL: http://svnweb.freebsd.org/changeset/ports/327521

Log:
  Add a build dependency on perl

Modified:
  head/net-p2p/amule/Makefile

Modified: head/net-p2p/amule/Makefile
==============================================================================
--- head/net-p2p/amule/Makefile	Wed Sep 18 06:38:09 2013	(r327520)
+++ head/net-p2p/amule/Makefile	Wed Sep 18 06:44:12 2013	(r327521)
@@ -22,8 +22,8 @@ BUILD_DEPENDS=	${FLEX}:${PORTSDIR}/textp
 CONFLICTS=	amule-devel-[0-9]*
 
 USE_BZIP2=	yes
-USES=		bison pkgconfig
-USE_GMAKE=	yes
+USES=		bison gmake pkgconfig perl5
+USE_PERL5=	build
 USE_WX=		2.8
 WX_CONF_ARGS=	absolute
 GNU_CONFIGURE=	yes


More information about the svn-ports-all mailing list