Date: Wed, 18 Sep 2013 06:44:12 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327521 - head/net-p2p/amule Message-ID: <201309180644.r8I6iCgS097549@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309180644.r8I6iCgS097549>