summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorsbd <sbd@pkgsrc.org>2012-06-15 11:32:57 +0000
committersbd <sbd@pkgsrc.org>2012-06-15 11:32:57 +0000
commita75e5f67503d0a86eb1a76b6c2a0f0ee3c931167 (patch)
tree80a48e6252aa01104d81c119bb394d8cb32a824a /sysutils
parentbb2f76b393da8801ab53a628a1c0751c1b04ce73 (diff)
downloadpkgsrc-a75e5f67503d0a86eb1a76b6c2a0f0ee3c931167.tar.gz
By request don't build with gmp.
Bump PKGREVISION.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/coreutils/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/sysutils/coreutils/Makefile b/sysutils/coreutils/Makefile
index a4b3c543da6..132973990e8 100644
--- a/sysutils/coreutils/Makefile
+++ b/sysutils/coreutils/Makefile
@@ -1,8 +1,10 @@
-# $NetBSD: Makefile,v 1.56 2012/06/14 22:30:19 sbd Exp $
+# $NetBSD: Makefile,v 1.57 2012/06/15 11:32:57 sbd Exp $
.include "../../sysutils/coreutils/Makefile.common"
-PKGREVISION= 3
+PKGREVISION= 4
+
+CONFIGURE_ARGS+= --without-gmp
CONFLICTS= fileutils-[0-9]* gnuls-[0-9]* linuxls-[0-9]* sh-utils-[0-9]* textutils-[0-9]*
@@ -59,7 +61,6 @@ post-install:
#MESSAGE_SUBST+= OPSYS=${OPSYS:Q}
#.endif
-.include "../../devel/gmp/buildlink3.mk"
.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"