diff options
author | tijl <tijl@FreeBSD.org> | 2014-02-12 20:01:35 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-02-12 20:01:35 +0800 |
commit | 2f876ca7e1d02951acf89ead68868515a77b14ec (patch) | |
tree | 8841ab9ffcb83622487d722d1259518a9fd0a42d | |
parent | e533abc6c3019fb2b38e7d5cbd85a0f5a04c1afc (diff) | |
download | freebsd-ports-gnome-2f876ca7e1d02951acf89ead68868515a77b14ec.tar.gz freebsd-ports-gnome-2f876ca7e1d02951acf89ead68868515a77b14ec.tar.zst freebsd-ports-gnome-2f876ca7e1d02951acf89ead68868515a77b14ec.zip |
- Add missing dependency on iconv.
- Fix GMP option.
-rw-r--r-- | sysutils/coreutils/Makefile | 6 |
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> |