diff options
author | lofi <lofi@FreeBSD.org> | 2007-07-26 02:04:17 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2007-07-26 02:04:17 +0800 |
commit | 73147edb15f976c8304ddc581bf693435b29bf16 (patch) | |
tree | 189a0666c40364f1da4bec9e1cc1ea76702c48c3 | |
parent | 4426ac9422a33b2fac17b0172cde613125a742bb (diff) | |
download | freebsd-ports-gnome-73147edb15f976c8304ddc581bf693435b29bf16.tar.gz freebsd-ports-gnome-73147edb15f976c8304ddc581bf693435b29bf16.tar.zst freebsd-ports-gnome-73147edb15f976c8304ddc581bf693435b29bf16.zip |
Use the USE_FIREBIRD macro.
Pointed out by: linimon
-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 |