aboutsummaryrefslogtreecommitdiff
path: root/devel/gmake
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2014-11-17 21:08:28 +0000
committerKoop Mast <kwm@FreeBSD.org>2014-11-17 21:08:28 +0000
commit30b05926f8822cd4cd00547043da68c0619bc8d1 (patch)
treeb859b053f3c5f4bf4bba1330a821c8baa5d63c7d /devel/gmake
parenta9c4dfde2d7a5e175415962f7341df12bd9a6450 (diff)
downloadports-30b05926f8822cd4cd00547043da68c0619bc8d1.tar.gz
ports-30b05926f8822cd4cd00547043da68c0619bc8d1.zip
Notes
Diffstat (limited to 'devel/gmake')
-rw-r--r--devel/gmake/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/gmake/Makefile b/devel/gmake/Makefile
index a308394df262..e8862e259306 100644
--- a/devel/gmake/Makefile
+++ b/devel/gmake/Makefile
@@ -3,6 +3,7 @@
PORTNAME= gmake
PORTVERSION= 4.1
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= make
@@ -17,7 +18,8 @@ COMMENT= GNU version of 'make' utility
LICENSE= GPLv3
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+=--program-prefix=g
+CONFIGURE_ARGS+=--program-prefix=g \
+ --without-guile
USES= makeinfo tar:bzip2