summaryrefslogtreecommitdiff
path: root/net/snort
diff options
context:
space:
mode:
authorabs <abs>2001-08-24 11:43:47 +0000
committerabs <abs>2001-08-24 11:43:47 +0000
commit359c958ec7b5577b0df63e3bb5684f4d528fa759 (patch)
tree86959b9068851ec7f5fa600967543730af6aa195 /net/snort
parent5039980a918f27651d2ef07111a92e787baf368a (diff)
downloadpkgsrc-359c958ec7b5577b0df63e3bb5684f4d528fa759.tar.gz
At least depend on the right version of pcal for SunOS or Linux.
Diffstat (limited to 'net/snort')
-rw-r--r--net/snort/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/snort/Makefile b/net/snort/Makefile
index 62296a41de3..b4740804466 100644
--- a/net/snort/Makefile
+++ b/net/snort/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2001/08/22 18:07:50 hubertf Exp $
+# $NetBSD: Makefile,v 1.11 2001/08/24 11:43:47 abs Exp $
#
DISTNAME= snort-1.8.1-RELEASE
@@ -20,8 +20,8 @@ GNU_CONFIGURE= YES
.include "../../mk/bsd.prefs.mk"
-.if ${OPSYS} == "SunOS"
-DEPENDS+= libpcap-0.4:../../net/libpcap
+.if ${OPSYS} == "SunOS" || ${OPSYS} == "Linux"
+DEPENDS+= libpcap>=0.4:../../net/libpcap
ROOTGROUP= root
.endif