summaryrefslogtreecommitdiff
path: root/devel/libstree
diff options
context:
space:
mode:
authorgrant <grant>2004-06-12 04:32:12 +0000
committergrant <grant>2004-06-12 04:32:12 +0000
commitd79ae690527d35076a3e4efcb807df43fe37d472 (patch)
tree1044ff6bd63bcd5f09b49f14240d18517781f2fc /devel/libstree
parent38abd32875349838f1d9229ec395cd785d5ba91b (diff)
downloadpkgsrc-d79ae690527d35076a3e4efcb807df43fe37d472.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"