summaryrefslogtreecommitdiff
path: root/devel/popt
diff options
context:
space:
mode:
authorjlam <jlam>2001-10-03 16:52:48 +0000
committerjlam <jlam>2001-10-03 16:52:48 +0000
commitd1319e00456e05c5d6d4c20fa1b238f7ab3a80ea (patch)
tree47eab1d70a0fcf86baeb12b18b4b73871827e1d7 /devel/popt
parentc1cb14c1ca999e1ce52bc69bfcd2d9640d38ef61 (diff)
downloadpkgsrc-d1319e00456e05c5d6d4c20fa1b238f7ab3a80ea.tar.gz
This package uses libtool to build installed libraries, so it needs
USE_LIBTOOL defined. Also mark this package as USE_BUILDLINK_ONLY as it's strongly-buildlinked.
Diffstat (limited to 'devel/popt')
-rw-r--r--devel/popt/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/devel/popt/Makefile b/devel/popt/Makefile
index cd756a49407..c48d38727bf 100644
--- a/devel/popt/Makefile
+++ b/devel/popt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2001/09/30 21:03:22 rh Exp $
+# $NetBSD: Makefile,v 1.10 2001/10/03 16:52:48 jlam Exp $
#
DISTNAME= popt-1.6.2
@@ -15,8 +15,11 @@ BUILD_USES_MSGFMT= yes
CONFLICTS= ORBit<=0.5.3
-GNU_CONFIGURE= yes
-USE_GMAKE= yes
+USE_BUILDLINK_ONLY= yes
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+USE_LIBTOOL= yes
+LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
WRKSRC= ${WRKDIR}/${PKGNAME}
CONFIGURE_ENV+= PKGLOCALEDIR="${PKGLOCALEDIR}"