summaryrefslogtreecommitdiff
path: root/net/snort
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2001-08-24 11:43:47 +0000
committerabs <abs@pkgsrc.org>2001-08-24 11:43:47 +0000
commit8d04d4c878cd742612be7b95f5285592602e14bd (patch)
tree86959b9068851ec7f5fa600967543730af6aa195 /net/snort
parent14d260b0ec7a73ea5db537c2dcf35af1e54bb9e5 (diff)
downloadpkgsrc-8d04d4c878cd742612be7b95f5285592602e14bd.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