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