aboutsummaryrefslogtreecommitdiffstats
path: root/databases/qt4-odbc-plugin
diff options
context:
space:
mode:
authorlofi <lofi@FreeBSD.org>2007-08-03 06:37:40 +0800
committerlofi <lofi@FreeBSD.org>2007-08-03 06:37:40 +0800
commit92df36cb4f060e53f821e67dff720610621261e0 (patch)
treec51388c2c26e8fc4241309ebb4a13b91e275da69 /databases/qt4-odbc-plugin
parentf7bec0a60889d39376e4a9a13050951960059bb2 (diff)
downloadfreebsd-ports-gnome-92df36cb4f060e53f821e67dff720610621261e0.tar.gz
freebsd-ports-gnome-92df36cb4f060e53f821e67dff720610621261e0.tar.zst
freebsd-ports-gnome-92df36cb4f060e53f821e67dff720610621261e0.zip
- bsd.qt.mk:
QT_COMPONENTS can now be depended on at runtime or buildtime only by specifiying them as <component>_build or <component>_run, respectively. Specifying <component> without any suffix will depend on the component at both build- and runtime just like before. - Convert Qt core ports to use the new dependency switches. - Add a patch to corelib to fix Qt4 on ARM, submitted by: Björn König <bkoenig@alpha-tierchen.de>
Diffstat (limited to 'databases/qt4-odbc-plugin')
-rw-r--r--databases/qt4-odbc-plugin/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/qt4-odbc-plugin/Makefile b/databases/qt4-odbc-plugin/Makefile
index 477a9ced62d7..b802deb94f46 100644
--- a/databases/qt4-odbc-plugin/Makefile
+++ b/databases/qt4-odbc-plugin/Makefile
@@ -21,7 +21,7 @@ DB= odbc
LIB_DEPENDS+= odbc:${PORTSDIR}/databases/unixODBC
USE_QT_VER= 4
-QT_COMPONENTS= moc sql
+QT_COMPONENTS= moc_build sql
QT_NONSTANDARD= yes
#USE_BZIP2= yes