diff options
Diffstat (limited to 'devel/libstree/Makefile')
-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 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" |