diff options
author | mycroft <mycroft@pkgsrc.org> | 2000-11-27 20:16:56 +0000 |
---|---|---|
committer | mycroft <mycroft@pkgsrc.org> | 2000-11-27 20:16:56 +0000 |
commit | 5db85a84473ac40e9652841fe745fc845695c3ba (patch) | |
tree | 26db065a89cc878c8438010d89e9014473ba4207 /net | |
parent | 3ae7e5a6d521ced9350792aff6360272bac12c60 (diff) | |
download | pkgsrc-5db85a84473ac40e9652841fe745fc845695c3ba.tar.gz |
Set USE_LIBTOOL and LTCONFIG_OVERRIDE.
Correct PLIST for libtool changes.
Diffstat (limited to 'net')
-rw-r--r-- | net/ethereal/Makefile | 5 | ||||
-rw-r--r-- | net/ethereal/pkg/PLIST | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net/ethereal/Makefile b/net/ethereal/Makefile index 7fa8d6a0f69..0b4785bc774 100644 --- a/net/ethereal/Makefile +++ b/net/ethereal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2000/11/23 21:29:22 abs Exp $ +# $NetBSD: Makefile,v 1.38 2000/11/27 20:16:56 mycroft Exp $ # ETHEREAL_VERSION= 0.8.14 @@ -14,6 +14,9 @@ DEPENDS= gtk+-1.2.*:../../x11/gtk BUILD_DEPENDS+= ${PERL5}:../../lang/perl5-base USE_X11= yes +USE_LIBTOOL= yes +LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig + GNU_CONFIGURE= yes EVAL_PREFIX+= GTKDIR=gtk+ CONFIGURE_ARGS+= --with-gtk-prefix="${GTKDIR}" diff --git a/net/ethereal/pkg/PLIST b/net/ethereal/pkg/PLIST index 9218b886929..204550f053a 100644 --- a/net/ethereal/pkg/PLIST +++ b/net/ethereal/pkg/PLIST @@ -1,11 +1,11 @@ -@comment $NetBSD: PLIST,v 1.9 2000/08/05 07:33:37 tron Exp $ +@comment $NetBSD: PLIST,v 1.10 2000/11/27 20:16:56 mycroft Exp $ bin/editcap bin/ethereal bin/tethereal etc/manuf lib/ethereal/plugins/${ETHEREAL_VERSION}/gryphon.la -lib/ethereal/plugins/${ETHEREAL_VERSION}/libgryphon.a -lib/ethereal/plugins/${ETHEREAL_VERSION}/libgryphon.so.0.0 +lib/ethereal/plugins/${ETHEREAL_VERSION}/gryphon.a +lib/ethereal/plugins/${ETHEREAL_VERSION}/gryphon.so man/man1/editcap.1 man/man1/ethereal.1 man/man1/tethereal.1 |