svn commit: r306649 - head/sysutils/coreutils
Raphael Kubo da Costa
rakuco at FreeBSD.org
Mon Oct 29 22:47:23 UTC 2012
Author: rakuco
Date: Mon Oct 29 22:47:22 2012
New Revision: 306649
URL: http://svn.freebsd.org/changeset/ports/306649
Log:
Depend on Perl at build time.
Reported by Giacomo Olgeni <g.olgeni at colby.it> via private mail.
PR: ports/173047
Feature safe: yes
Modified:
head/sysutils/coreutils/Makefile
Modified: head/sysutils/coreutils/Makefile
==============================================================================
--- head/sysutils/coreutils/Makefile Mon Oct 29 22:38:17 2012 (r306648)
+++ head/sysutils/coreutils/Makefile Mon Oct 29 22:47:22 2012 (r306649)
@@ -3,6 +3,7 @@
PORTNAME= coreutils
PORTVERSION= 8.20
+PORTREVISION= 1
CATEGORIES= sysutils textproc
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -26,6 +27,7 @@ CPPFLAGS+= "-I${LOCALBASE}/include"
USE_XZ= yes
USE_GMAKE= yes
USE_LDCONFIG= yes
+USE_PERL5_BUILD= yes # Required for tests and man page generation
#USE_BISON= yes
INFO= coreutils
More information about the svn-ports-head
mailing list