diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2007-08-02 22:37:40 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2007-08-02 22:37:40 +0000 |
commit | e332496be5f6fa4fa10c72920241b6910a69ca00 (patch) | |
tree | 7c1e4ee6690abd492b16853205c1bf65c308e4fb /databases/qt4-odbc-plugin | |
parent | a89bbaf869b99b813eb1a147e18884857d7e5495 (diff) | |
download | ports-e332496be5f6fa4fa10c72920241b6910a69ca00.tar.gz ports-e332496be5f6fa4fa10c72920241b6910a69ca00.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>
Notes
Notes:
svn path=/head/; revision=196993
Diffstat (limited to 'databases/qt4-odbc-plugin')
-rw-r--r-- | databases/qt4-odbc-plugin/Makefile | 2 |
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 |