summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorrodent <rodent@pkgsrc.org>2013-04-06 14:22:39 +0000
committerrodent <rodent@pkgsrc.org>2013-04-06 14:22:39 +0000
commit08ea36c67425b0aa8b3eb4ff0cb507e2156b1183 (patch)
tree4bfdd83313bd09d5803ecdf047d1e8b2c484cab0 /devel
parent793236d9b1c719a192d6f9e2daf8cd70891954e6 (diff)
downloadpkgsrc-08ea36c67425b0aa8b3eb4ff0cb507e2156b1183.tar.gz
"Packages that install libtool libraries should define USE_LIBTOOL."
Diffstat (limited to 'devel')
-rw-r--r--devel/libstree/Makefile3
-rw-r--r--devel/netbsd-iscsi-lib/Makefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/devel/libstree/Makefile b/devel/libstree/Makefile
index 8d5504a9efa..d84ecdcc649 100644
--- a/devel/libstree/Makefile
+++ b/devel/libstree/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2012/10/31 11:17:22 asau Exp $
+# $NetBSD: Makefile,v 1.10 2013/04/06 14:22:39 rodent Exp $
#
DISTNAME= libstree-0.4.0
@@ -11,6 +11,7 @@ HOMEPAGE= http://www.icir.org/christian/libstree/
COMMENT= Suffix tree library
GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
CONFIGURE_ARGS+= --with-html-dir=${PREFIX:Q}/share/doc/html
.include "../../mk/bsd.pkg.mk"
diff --git a/devel/netbsd-iscsi-lib/Makefile b/devel/netbsd-iscsi-lib/Makefile
index be05db36fff..c1b55a63c4d 100644
--- a/devel/netbsd-iscsi-lib/Makefile
+++ b/devel/netbsd-iscsi-lib/Makefile
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.1.1.1 2010/06/04 16:14:44 sborrill Exp $
+# $NetBSD: Makefile,v 1.2 2013/04/06 14:22:39 rodent Exp $
PKGNAME= ${DISTNAME:C/-iscsi/-iscsi-lib/}
CATEGORIES= devel
COMMENT= NetBSD's iSCSI library (per iSCSI RFC 3720)
BUILD_DIRS+= ${WRKSRC}/src/lib
+USE_LIBTOOL= yes
.include "Makefile.common"