diff options
author | jlam <jlam> | 2004-02-14 17:21:49 +0000 |
---|---|---|
committer | jlam <jlam> | 2004-02-14 17:21:49 +0000 |
commit | d47945d673325870bc418182e8c0af6211854624 (patch) | |
tree | fda78a130b1b3c39c8fedb7ab038d97acccd27a7 /textproc/opensp | |
parent | 8142f918549f15ba28b3f87278b5e149893f7483 (diff) | |
download | pkgsrc-d47945d673325870bc418182e8c0af6211854624.tar.gz |
LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
Diffstat (limited to 'textproc/opensp')
-rw-r--r-- | textproc/opensp/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/textproc/opensp/Makefile b/textproc/opensp/Makefile index 7fc23617828..bfd7dfabf18 100644 --- a/textproc/opensp/Makefile +++ b/textproc/opensp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2003/07/17 22:54:31 grant Exp $ +# $NetBSD: Makefile,v 1.18 2004/02/14 17:21:53 jlam Exp $ # DISTNAME= OpenSP-1.5 @@ -15,15 +15,13 @@ CONFLICTS+= sp-[0-9]* USE_BUILDLINK2= yes USE_PERL5= build +USE_LIBTOOL= yes PTHREAD_OPTS+= native GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-http \ --enable-default-catalog=${PREFIX}/share/sgml/catalog -USE_LIBTOOL= yes -LIBTOOL_OVERRIDE= ${WRKSRC}/libtool - .include "../../devel/gettext-lib/buildlink2.mk" .include "../../mk/pthread.buildlink2.mk" |