aboutsummaryrefslogtreecommitdiff
path: root/sysutils/coreutils
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-02-12 12:01:35 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-02-12 12:01:35 +0000
commit61237efd1f43a7cf5cc0ea158d5b19331b3cc0e9 (patch)
tree8841ab9ffcb83622487d722d1259518a9fd0a42d /sysutils/coreutils
parent0e73f1e81a85f04af3e9be951ec32bf184805111 (diff)
downloadports-61237efd1f43a7cf5cc0ea158d5b19331b3cc0e9.tar.gz
ports-61237efd1f43a7cf5cc0ea158d5b19331b3cc0e9.zip
Notes
Diffstat (limited to 'sysutils/coreutils')
-rw-r--r--sysutils/coreutils/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/coreutils/Makefile b/sysutils/coreutils/Makefile
index db4e72740deb..9013ad13cb6d 100644
--- a/sysutils/coreutils/Makefile
+++ b/sysutils/coreutils/Makefile
@@ -3,7 +3,7 @@
PORTNAME= coreutils
PORTVERSION= 8.22
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= sysutils textproc
MASTER_SITES= GNU
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -26,7 +26,7 @@ CONFIGURE_ARGS= --program-prefix=g \
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" FORCE_UNSAFE_CONFIGURE=1
CPPFLAGS+= "-I${LOCALBASE}/include"
-USES= gmake perl5 charsetfix
+USES= gmake iconv perl5 charsetfix
USE_PERL5= build # build - required for tests and man page generation
USE_XZ= yes
USE_LDCONFIG= yes
@@ -39,7 +39,7 @@ OPTIONS_SUB= yes
NLS_USES= gettext
NLS_CONFIGURE_ENABLE= nls
GMP_LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp
-GMP_CONFIGURE_ENABLE= gmp
+GMP_CONFIGURE_WITH= gmp
.include <bsd.port.options.mk>