diff options
author | grant <grant@pkgsrc.org> | 2003-07-09 08:15:16 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-07-09 08:15:16 +0000 |
commit | 5e2bf60e9e8a462653bb58b9802d0e1f6552a7fe (patch) | |
tree | 74dc270cb3fd5a272dc0392280af2a5634879c30 /net/ethereal | |
parent | 45a4198e2d95d1d7e7ed3a01afa2aeecce53a520 (diff) | |
download | pkgsrc-5e2bf60e9e8a462653bb58b9802d0e1f6552a7fe.tar.gz |
remove OPSYS conditional to pull in GNU sed, as this is automagically
handled by gsed/buildlink2.mk now.
tested on Solaris 9.
Diffstat (limited to 'net/ethereal')
-rw-r--r-- | net/ethereal/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/net/ethereal/Makefile b/net/ethereal/Makefile index ffdd5f3a6e1..878865aec28 100644 --- a/net/ethereal/Makefile +++ b/net/ethereal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.78 2003/06/24 06:45:46 grant Exp $ +# $NetBSD: Makefile,v 1.79 2003/07/09 08:15:16 grant Exp $ # DISTNAME= ethereal-0.9.13 @@ -32,12 +32,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" -.endif +# we need a working sed +.include "../../textproc/gsed/buildlink2.mk" .include "../../devel/zlib/buildlink2.mk" .include "../../net/libpcap/buildlink2.mk" |