summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-10-03 16:52:48 +0000
committerjlam <jlam@pkgsrc.org>2001-10-03 16:52:48 +0000
commite933a355063edc1eadb52813089c90ab3de42e67 (patch)
tree47eab1d70a0fcf86baeb12b18b4b73871827e1d7 /devel
parentba87bbb0c9510f1a0cfe704cedaf84a21befb825 (diff)
downloadpkgsrc-e933a355063edc1eadb52813089c90ab3de42e67.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')
-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}"