diff options
author | Max Khon <fjoe@FreeBSD.org> | 2010-02-16 18:07:03 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2010-02-16 18:07:03 +0000 |
commit | fb524ad8af9c3f798019be681425e4d92009e996 (patch) | |
tree | e3b63eb4552b62d448532d207955276e01cf623c | |
parent | Document lighttpd remote DoS vulnerability. (diff) |
This port conflicts with unixODBC and virtuoso ports (${PREFIX}/bin/isql).
Probably better solution would be to install isql as fb_isql.
Feature safe: yes
PR: 122801
Notes
Notes:
svn path=/head/; revision=249961
-rw-r--r-- | databases/firebird20-client/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/firebird20-client/Makefile b/databases/firebird20-client/Makefile index 06d2be3a47ad..9c2781dc5d9c 100644 --- a/databases/firebird20-client/Makefile +++ b/databases/firebird20-client/Makefile @@ -15,6 +15,7 @@ MASTERDIR= ${.CURDIR}/../firebird20-server PLIST= ${PKGDIR}/pkg-plist.client CLIENT_ONLY= yes +CONFLICTS= unixODBC-* virtuoso-* MANUAL_PACKAGE_BUILD= yes |