diff options
author | tron <tron@pkgsrc.org> | 2003-04-17 07:17:01 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2003-04-17 07:17:01 +0000 |
commit | 7048ba8d0e1cfbee58c111a90c826bf061160c8d (patch) | |
tree | 2099f509e4c019524cf879ee542e176d5590734d /net/ethereal/Makefile | |
parent | f892102887967867392358ef9f082c32698271ac (diff) | |
download | pkgsrc-7048ba8d0e1cfbee58c111a90c826bf061160c8d.tar.gz |
Include "bsd.prefs.mk" to fix make error invented in last commit.
Diffstat (limited to 'net/ethereal/Makefile')
-rw-r--r-- | net/ethereal/Makefile | 5 |
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" |