diff options
author | Max Khon <fjoe@FreeBSD.org> | 2010-02-16 18:09:48 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2010-02-16 18:09:48 +0000 |
commit | 3ab4412abb78d8ccfd472cd2dffe92fa59257adc (patch) | |
tree | 0b5f8506846b67ec6760e2dbaabf08a0d187aae4 /databases/unixODBC | |
parent | fb524ad8af9c3f798019be681425e4d92009e996 (diff) |
This port conflicts with firebird-client (${PREFIX}/bin/isql).
Probably better solution would be to not install ${PREFIX/bin/isql
for this port at all (it is not that usable anyway).
PR: 122801
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=249962
Diffstat (limited to 'databases/unixODBC')
-rw-r--r-- | databases/unixODBC/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/unixODBC/Makefile b/databases/unixODBC/Makefile index ebda74707187..5333ad0d15f5 100644 --- a/databases/unixODBC/Makefile +++ b/databases/unixODBC/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://www.unixodbc.org/ MAINTAINER= ports@FreeBSD.org COMMENT= ODBC library suite for Unix -CONFLICTS= libiodbc-[0-9]* virtuoso-* +CONFLICTS= firebird-client-* libiodbc-[0-9]* virtuoso-* USE_ICONV= yes GNU_CONFIGURE= yes |