svn commit: r324033 - head/www/wml

Andrej Zverev az at FreeBSD.org
Wed Jul 31 10:28:42 UTC 2013


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

Log:
  Ops, fix double use of USES

Modified:
  head/www/wml/Makefile

Modified: head/www/wml/Makefile
==============================================================================
--- head/www/wml/Makefile	Wed Jul 31 10:19:48 2013	(r324032)
+++ head/www/wml/Makefile	Wed Jul 31 10:28:41 2013	(r324033)
@@ -24,11 +24,10 @@ RUN_DEPENDS=	\
 BUILD_DEPENDS=	lynx:${PORTSDIR}/www/lynx \
 		${RUN_DEPENDS}
 
-USES=		perl5
-USE_PERL5=	run build patch
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
-USES=		gettext
+USES=		gettext perl5
+USE_PERL5=	run build patch
 CONFIGURE_ARGS=	--with-perl=${PERL5} --with-catdir=man \
 		--prefix=${PREFIX}
 


More information about the svn-ports-all mailing list