diff options
author | fjoe <fjoe@FreeBSD.org> | 2010-02-17 02:11:19 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2010-02-17 02:11:19 +0800 |
commit | bc5184ba730974b7d921bd89a36147f74762234f (patch) | |
tree | 71dcbdd7b706b83b1ba70e5fd1c827e74aa87f79 /databases/virtuoso | |
parent | 805800fbe901363634a281e2433bc3ceb87c1af5 (diff) | |
download | freebsd-ports-gnome-bc5184ba730974b7d921bd89a36147f74762234f.tar.gz freebsd-ports-gnome-bc5184ba730974b7d921bd89a36147f74762234f.tar.zst freebsd-ports-gnome-bc5184ba730974b7d921bd89a36147f74762234f.zip |
Record conflicts with firebird-client port (${PREFIX}/bin/isql).
PR: 122801
Feature safe: yes
Diffstat (limited to 'databases/virtuoso')
-rw-r--r-- | databases/virtuoso/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/virtuoso/Makefile b/databases/virtuoso/Makefile index 1e2601864a59..1c11bd43477e 100644 --- a/databases/virtuoso/Makefile +++ b/databases/virtuoso/Makefile @@ -18,7 +18,7 @@ COMMENT= Universal SQL/Application Server BUILD_DEPENDS= gawk:${PORTSDIR}/lang/gawk\ htmldoc:${PORTSDIR}/textproc/htmldoc LIB_DEPENDS= iodbc.3:${PORTSDIR}/databases/libiodbc -CONFLICTS= unixODBC-* +CONFLICTS= unixODBC-* firebird-client-* USE_AUTOTOOLS= libtool:22 CONFIGURE_ARGS= --with-readline\ |