summaryrefslogtreecommitdiff
path: root/net/ethereal
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2003-04-17 07:17:01 +0000
committertron <tron@pkgsrc.org>2003-04-17 07:17:01 +0000
commit7048ba8d0e1cfbee58c111a90c826bf061160c8d (patch)
tree2099f509e4c019524cf879ee542e176d5590734d /net/ethereal
parentf892102887967867392358ef9f082c32698271ac (diff)
downloadpkgsrc-7048ba8d0e1cfbee58c111a90c826bf061160c8d.tar.gz
Include "bsd.prefs.mk" to fix make error invented in last commit.
Diffstat (limited to 'net/ethereal')
-rw-r--r--net/ethereal/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/ethereal/Makefile b/net/ethereal/Makefile
index b64f2bff244..3d48634828f 100644
--- a/net/ethereal/Makefile
+++ b/net/ethereal/Makefile
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.73 2003/04/16 12:53:46 jmc Exp $
-#
+# $NetBSD: Makefile,v 1.74 2003/04/17 07:17:01 tron Exp $
DISTNAME= ethereal-0.9.11
CATEGORIES= net
@@ -24,6 +23,8 @@ CONFIGURE_ARGS+= --with-net-snmp=${BUILDLINK_PREFIX.net-snmp}
CONFIGURE_ARGS+= --with-pcap=${BUILDLINK_PREFIX.libpcap}
CONFIGURE_ARGS+= --with-zlib=${BUILDLINK_PREFIX.zlib}
+.include "../../mk/bsd.prefs.mk"
+
# It really wants gnu sed or xpg4/bin/sed on solaris.
.if ${OPSYS} == SunOS
.include "../../textproc/gsed/buildlink2.mk"