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 /databases/qt4-ibase-plugin | |
parent | 426c6425c3f6ba28d1ffa7ffc27f51d3f53a896d (diff) | |
download | ports-9a0a63e1542efecaf856f69744234505ceef67ef.tar.gz ports-9a0a63e1542efecaf856f69744234505ceef67ef.zip |
Use the USE_FIREBIRD macro.
Pointed out by: linimon
Notes
Notes:
svn path=/head/; revision=196279
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 |