diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2007-07-25 18:04:17 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2007-07-25 18:04:17 +0000 |
commit | 9a0a63e1542efecaf856f69744234505ceef67ef (patch) | |
tree | 660ec779249375661346091fd99032ebd5a5f3ff | |
parent | 426c6425c3f6ba28d1ffa7ffc27f51d3f53a896d (diff) | |
download | ports-9a0a63e1542efecaf856f69744234505ceef67ef.tar.gz ports-9a0a63e1542efecaf856f69744234505ceef67ef.zip |
Notes
-rw-r--r-- | databases/qt-ibase-plugin/Makefile | 4 | ||||
-rw-r--r-- | databases/qt4-ibase-plugin/Makefile | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/databases/qt-ibase-plugin/Makefile b/databases/qt-ibase-plugin/Makefile index 699dd03a4c54..f83277683ea5 100644 --- a/databases/qt-ibase-plugin/Makefile +++ b/databases/qt-ibase-plugin/Makefile @@ -19,10 +19,10 @@ COMMENT= A plugin for QT to connect to IBase/Firebird-Databases DB= ibase -LIB_DEPENDS+= gds:${PORTSDIR}/databases/firebird-client \ - qt-mt:${PORTSDIR}/x11-toolkits/qt33 +LIB_DEPENDS+= qt-mt:${PORTSDIR}/x11-toolkits/qt33 USE_BZIP2= yes +USE_FIREBIRD= yes PLUGIN= plugins/src/sqldrivers/${DB} DRIVER= src/sql/drivers/${DB} EXTRACT_AFTER_ARGS?=| ${TAR} -xf - ${DISTNAME}/${PLUGIN} \ diff --git a/databases/qt4-ibase-plugin/Makefile b/databases/qt4-ibase-plugin/Makefile index 6dd37e545a55..f6bd4a7f64cc 100644 --- a/databases/qt4-ibase-plugin/Makefile +++ b/databases/qt4-ibase-plugin/Makefile @@ -18,8 +18,7 @@ COMMENT= Qt IBase/Firebird database plugin DB= ibase -LIB_DEPENDS+= gds:${PORTSDIR}/databases/firebird-client - +USE_FIREBIRD= yes USE_QT_VER= 4 QT_COMPONENTS= moc sql QT_NONSTANDARD= yes |