From 5db85a84473ac40e9652841fe745fc845695c3ba Mon Sep 17 00:00:00 2001 From: mycroft Date: Mon, 27 Nov 2000 20:16:56 +0000 Subject: Set USE_LIBTOOL and LTCONFIG_OVERRIDE. Correct PLIST for libtool changes. --- net/ethereal/Makefile | 5 ++++- net/ethereal/pkg/PLIST | 6 +++--- 2 files changed, 7 insertions(+), 4 deletions(-) (limited to 'net') 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 -- cgit v1.2.3