summaryrefslogtreecommitdiff
path: root/devel/libstree
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-06-12 04:32:12 +0000
committergrant <grant@pkgsrc.org>2004-06-12 04:32:12 +0000
commit7541c07e71e1ca8b67ac8283dd869ccec957f52b (patch)
tree1044ff6bd63bcd5f09b49f14240d18517781f2fc /devel/libstree
parent6aa6b4d1275c5f4e7f73f412a2503dc694eb66dd (diff)
downloadpkgsrc-7541c07e71e1ca8b67ac8283dd869ccec957f52b.tar.gz
use bl3 so that gcc specific flags are stripped out.
Diffstat (limited to 'devel/libstree')
-rw-r--r--devel/libstree/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/libstree/Makefile b/devel/libstree/Makefile
index 50eccc912dd..b5188da054b 100644
--- a/devel/libstree/Makefile
+++ b/devel/libstree/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2003/12/04 04:52:46 gson Exp $
+# $NetBSD: Makefile,v 1.2 2004/06/12 04:32:12 grant Exp $
#
DISTNAME= libstree-0.3.0
@@ -11,5 +11,6 @@ COMMENT= Suffix tree library
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc/html
+USE_BUILDLINK3= yes
.include "../../mk/bsd.pkg.mk"