diff options
author | grant <grant@pkgsrc.org> | 2004-06-12 04:32:12 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-06-12 04:32:12 +0000 |
commit | 7541c07e71e1ca8b67ac8283dd869ccec957f52b (patch) | |
tree | 1044ff6bd63bcd5f09b49f14240d18517781f2fc /devel/libstree | |
parent | 6aa6b4d1275c5f4e7f73f412a2503dc694eb66dd (diff) | |
download | pkgsrc-7541c07e71e1ca8b67ac8283dd869ccec957f52b.tar.gz |
use bl3 so that gcc specific flags are stripped out.
Diffstat (limited to 'devel/libstree')
-rw-r--r-- | devel/libstree/Makefile | 3 |
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" |