diff options
author | wiz <wiz@pkgsrc.org> | 2003-01-10 15:32:48 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-01-10 15:32:48 +0000 |
commit | b4066098dbcbc2531d7abc1e775b52af5ee83068 (patch) | |
tree | 9619a4e87a872c3bfdb875e5e6e39a8a43a61a4b /net | |
parent | f6aeb07bb8b0e2fe19e335b6fdd6e08c1c76f66d (diff) | |
download | pkgsrc-b4066098dbcbc2531d7abc1e775b52af5ee83068.tar.gz |
USE_BUILDLINK2=YES, will fix bulk build failure.
Diffstat (limited to 'net')
-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]* |