summaryrefslogtreecommitdiff
path: root/net/ethereal/Makefile
diff options
context:
space:
mode:
authorgrant <grant>2003-07-09 08:15:16 +0000
committergrant <grant>2003-07-09 08:15:16 +0000
commit358a98817755a49a131ff7b2b90232b1176339b5 (patch)
tree74dc270cb3fd5a272dc0392280af2a5634879c30 /net/ethereal/Makefile
parente855f48af9c9c71b01bcdffd903528d1279a865d (diff)
downloadpkgsrc-358a98817755a49a131ff7b2b90232b1176339b5.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/Makefile')
-rw-r--r--net/ethereal/Makefile10
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"