summaryrefslogtreecommitdiff
path: root/net/ethereal
diff options
context:
space:
mode:
authorjlam <jlam>2001-06-12 20:33:00 +0000
committerjlam <jlam>2001-06-12 20:33:00 +0000
commitfd84d28d8352059389e91aca8959642a58dc2a4d (patch)
tree154e7feac1d9bd8853bbdc9b7ffa45c13b83f32f /net/ethereal
parent080b575bef9ed36b09b664dcbc732e2ae2650944 (diff)
downloadpkgsrc-fd84d28d8352059389e91aca8959642a58dc2a4d.tar.gz
LIBS is automatically added to CONFIGURE_ENV by bsd.pkg.mk if
GNU_CONFIGURE is defined, so simply set LIBS to the appropriate value.
Diffstat (limited to 'net/ethereal')
-rw-r--r--net/ethereal/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/ethereal/Makefile b/net/ethereal/Makefile
index a1a5266b01e..cfd1ab4a249 100644
--- a/net/ethereal/Makefile
+++ b/net/ethereal/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2001/05/27 11:31:45 itojun Exp $
+# $NetBSD: Makefile,v 1.47 2001/06/12 20:33:06 jlam Exp $
#
ETHEREAL_VERSION= 0.8.18
@@ -24,7 +24,6 @@ GNU_CONFIGURE= YES
EVAL_PREFIX+= GTKDIR=gtk+
CONFIGURE_ARGS+= --with-gtk-prefix="${GTKDIR}" \
--with-ucdsnmp=${LOCALBASE}
-CONFIGURE_ENV+= LIBS="${LIBS}"
LIBS+= -lcrypto
PLIST_SUBST+= ETHEREAL_VERSION=${ETHEREAL_VERSION}