aboutsummaryrefslogtreecommitdiff
path: root/misc/qt4-qtconfig
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2007-08-02 22:37:40 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2007-08-02 22:37:40 +0000
commite332496be5f6fa4fa10c72920241b6910a69ca00 (patch)
tree7c1e4ee6690abd492b16853205c1bf65c308e4fb /misc/qt4-qtconfig
parenta89bbaf869b99b813eb1a147e18884857d7e5495 (diff)
downloadports-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 'misc/qt4-qtconfig')
-rw-r--r--misc/qt4-qtconfig/Makefile2
-rw-r--r--misc/qt4-qtconfig/pkg-plist2
2 files changed, 2 insertions, 2 deletions
diff --git a/misc/qt4-qtconfig/Makefile b/misc/qt4-qtconfig/Makefile
index e54ca0676657..5d96c50e56a5 100644
--- a/misc/qt4-qtconfig/Makefile
+++ b/misc/qt4-qtconfig/Makefile
@@ -19,7 +19,7 @@ MAINTAINER= kde@FreeBSD.org
COMMENT= Qt graphical configuration utility
USE_QT_VER= 4
-QT_COMPONENTS= qmake moc rcc uic qt3support corelib
+QT_COMPONENTS= qmake_build moc_build rcc_build uic_build qt3support corelib
QT_NONSTANDARD= yes
QT_DIST= yes
diff --git a/misc/qt4-qtconfig/pkg-plist b/misc/qt4-qtconfig/pkg-plist
index 79798b59b5cd..4779a9bc5a0e 100644
--- a/misc/qt4-qtconfig/pkg-plist
+++ b/misc/qt4-qtconfig/pkg-plist
@@ -1,2 +1,2 @@
bin/qtconfig-qt4
-bin/qtconfig-qt4.debug
+%%DEBUG%%bin/qtconfig-qt4.debug