Date: Wed, 31 Jul 2013 10:28:42 +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: r324033 - head/www/wml Message-ID: <201307311028.r6VASgTk012295@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307311028.r6VASgTk012295>