aboutsummaryrefslogtreecommitdiffstats
path: root/devel/qt4-rcc
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 /devel/qt4-rcc
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 'devel/qt4-rcc')
-rw-r--r--devel/qt4-rcc/Makefile2
-rw-r--r--devel/qt4-rcc/pkg-plist2
2 files changed, 2 insertions, 2 deletions
diff --git a/devel/qt4-rcc/Makefile b/devel/qt4-rcc/Makefile
index 0a276bf52905..9ae1ad4ce781 100644
--- a/devel/qt4-rcc/Makefile
+++ b/devel/qt4-rcc/Makefile
@@ -18,7 +18,7 @@ MAINTAINER= kde@FreeBSD.org
COMMENT= Qt resource compiler
USE_QT_VER= 4
-QT_COMPONENTS= qmake
+QT_COMPONENTS= qmake_build
QT_NONSTANDARD= yes
QT_DIST= yes
diff --git a/devel/qt4-rcc/pkg-plist b/devel/qt4-rcc/pkg-plist
index 8a57dd1cd7a4..f17a054adcb1 100644
--- a/devel/qt4-rcc/pkg-plist
+++ b/devel/qt4-rcc/pkg-plist
@@ -1,2 +1,2 @@
bin/rcc
-bin/rcc.debug
+%%DEBUG%%bin/rcc.debug