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 /databases/qt4-ibase-plugin | |
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
Diffstat (limited to 'databases/qt4-ibase-plugin')
-rw-r--r-- | databases/qt4-ibase-plugin/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
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 |