diff options
Diffstat (limited to 'textproc/opensp/Makefile')
-rw-r--r-- | textproc/opensp/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/textproc/opensp/Makefile b/textproc/opensp/Makefile index 91638d058ca..2476a91a994 100644 --- a/textproc/opensp/Makefile +++ b/textproc/opensp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2002/07/24 19:45:28 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2002/07/25 10:02:09 agc Exp $ # DISTNAME= OpenSP-1.4 @@ -21,4 +21,8 @@ CONFIGURE_ARGS+=--enable-http \ CONFIGURE_ENV+= CC="${LOCALBASE}/pthreads/bin/pgcc" \ CXX="${LOCALBASE}/pthreads/bin/pg++" +USE_LIBTOOL= yes +LIBTOOL_OVERRIDE= ${WRKSRC}/libtool +USE_LIBINTL= yes + .include "../../mk/bsd.pkg.mk" |