diff options
author | Max Khon <fjoe@FreeBSD.org> | 2010-02-16 18:11:19 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2010-02-16 18:11:19 +0000 |
commit | fbc4b073d2c09ea350b3a6d49b438bda86ca54f7 (patch) | |
tree | 577999f91823ae1326789afc71d2f37d8111e497 /databases | |
parent | 3ab4412abb78d8ccfd472cd2dffe92fa59257adc (diff) | |
download | ports-fbc4b073d2c09ea350b3a6d49b438bda86ca54f7.tar.gz ports-fbc4b073d2c09ea350b3a6d49b438bda86ca54f7.zip |
Record conflicts with firebird-client port (${PREFIX}/bin/isql).
PR: 122801
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=249963
Diffstat (limited to 'databases')
-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\ |