aboutsummaryrefslogtreecommitdiffstats
path: root/devel/gmake381
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2000-07-04 21:58:32 +0800
committersobomax <sobomax@FreeBSD.org>2000-07-04 21:58:32 +0800
commit78bd91a8dd118602a2271f8cad3b723541750038 (patch)
tree50b766ec364aaaeaf12026c37c32001791832edc /devel/gmake381
parent54cf104f86e4f313641a33498b56cdd60f61589f (diff)
downloadfreebsd-ports-gnome-78bd91a8dd118602a2271f8cad3b723541750038.tar.gz
freebsd-ports-gnome-78bd91a8dd118602a2271f8cad3b723541750038.tar.zst
freebsd-ports-gnome-78bd91a8dd118602a2271f8cad3b723541750038.zip
Remove --without-included-gettext - it works in exactly opposite direction.
Shame on GNU folks!
Diffstat (limited to 'devel/gmake381')
-rw-r--r--devel/gmake381/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/gmake381/Makefile b/devel/gmake381/Makefile
index 838cde1a4d3e..d541f9b2e9f8 100644
--- a/devel/gmake381/Makefile
+++ b/devel/gmake381/Makefile
@@ -19,8 +19,7 @@ LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext
Y2K= http://www.gnu.org/software/year2000.html
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --program-prefix=g \
- --without-included-gettext
+CONFIGURE_ARGS= --program-prefix=g
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -DHAVE_LOCALE_H" \
LDFLAGS="-L${LOCALBASE}/lib"