summaryrefslogtreecommitdiff
path: root/devel/gettext-lib
diff options
context:
space:
mode:
authorjlam <jlam>2004-02-14 16:17:02 +0000
committerjlam <jlam>2004-02-14 16:17:02 +0000
commit73bf4e942e8ca85879932bdb59a6e6161474eddc (patch)
treeb623df172b887d7a927c135cb6f4ef61793d11c3 /devel/gettext-lib
parentfa5bd95d2ad65942eecffff3a1d57457cf9d782f (diff)
downloadpkgsrc-73bf4e942e8ca85879932bdb59a6e6161474eddc.tar.gz
USE_BUILDLINK should be "yes", not just defined.
Diffstat (limited to 'devel/gettext-lib')
-rw-r--r--devel/gettext-lib/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/gettext-lib/Makefile b/devel/gettext-lib/Makefile
index 8875e1a9f13..ce8cacf170e 100644
--- a/devel/gettext-lib/Makefile
+++ b/devel/gettext-lib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2004/02/14 00:54:45 grant Exp $
+# $NetBSD: Makefile,v 1.30 2004/02/14 16:17:02 jlam Exp $
# FreeBSD Id: Makefile,v 1.1.1.1 1998/08/09 15:13:33 kuriyama Exp
#
@@ -17,11 +17,11 @@ CONFLICTS= gettext<=0.10.35
PKG_INSTALLATION_TYPES= overwrite pkgviews
-USE_BUILDLINK3= # defined
-USE_LIBTOOL= # defined
+USE_BUILDLINK3= yes
+USE_LIBTOOL= yes
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
-GNU_CONFIGURE= # defined
+GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-included-gettext
CONFIGURE_ENV+= PKGLOCALEDIR="${PKGLOCALEDIR}"