diff options
-rw-r--r-- | net/snort-pgsql/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/snort-pgsql/Makefile b/net/snort-pgsql/Makefile index ada78b4086a..1417464cf47 100644 --- a/net/snort-pgsql/Makefile +++ b/net/snort-pgsql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2003/01/05 20:14:32 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2003/01/10 15:32:48 wiz Exp $ # .include "../../net/snort/Makefile.common" @@ -8,6 +8,8 @@ PKGREVISION= 1 COMMENT= Libpcap-based packet sniffer/logger using a PostgreSQL database +USE_BUILDLINK2= YES + CONFLICTS+= snort-[0-9]* CONFLICTS+= snort-mysql-[0-9]* |