diff options
author | bad <bad@pkgsrc.org> | 2006-11-09 19:10:17 +0000 |
---|---|---|
committer | bad <bad@pkgsrc.org> | 2006-11-09 19:10:17 +0000 |
commit | 0c217bb3a24b5535d0993545646a97529ab08c05 (patch) | |
tree | 915346c6f86c532b79151af88a8b48313639a9c4 /security/libfwbuilder | |
parent | 6d9534a8fd85cb26fe2081448c447eeb424d99f6 (diff) | |
download | pkgsrc-0c217bb3a24b5535d0993545646a97529ab08c05.tar.gz |
These conflict with with libfwbuilder21 and fwbuilder21 because
of the lib/libfw{builder,compiler}.{a,la.so} files.
Diffstat (limited to 'security/libfwbuilder')
-rw-r--r-- | security/libfwbuilder/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/libfwbuilder/Makefile b/security/libfwbuilder/Makefile index d29532aba05..d75675e601d 100644 --- a/security/libfwbuilder/Makefile +++ b/security/libfwbuilder/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2006/07/22 04:46:18 rillig Exp $ +# $NetBSD: Makefile,v 1.24 2006/11/09 19:10:17 bad Exp $ DISTNAME= libfwbuilder-2.0.12 CATEGORIES= security net @@ -8,6 +8,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.fwbuilder.org/ COMMENT= Firewall Builder API +CONFLICTS= libfwbuilder21-[0-9]* + USE_LIBTOOL= yes GNU_CONFIGURE= yes USE_TOOLS+= gmake |