aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.qt.mk
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2012-05-24 07:11:41 +0000
committerMartin Wilke <miwi@FreeBSD.org>2012-05-24 07:11:41 +0000
commit189a4c90996690153c959238e36518cbaa30a913 (patch)
tree480c39ec74b6e0e110bcd3b6951fad45568d9ecd /Mk/bsd.qt.mk
parente924662c0897376cc21c3508211950f8400cec92 (diff)
downloadports-189a4c90996690153c959238e36518cbaa30a913.tar.gz
ports-189a4c90996690153c959238e36518cbaa30a913.zip
Notes
Diffstat (limited to 'Mk/bsd.qt.mk')
-rw-r--r--Mk/bsd.qt.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/Mk/bsd.qt.mk b/Mk/bsd.qt.mk
index 390e5ce07a4c..4a537e44a68a 100644
--- a/Mk/bsd.qt.mk
+++ b/Mk/bsd.qt.mk
@@ -353,6 +353,9 @@ ${component}_run_RUN_DEPENDS?= ${${component}_RUN_DEPENDS}
_QT_COMPONENTS_ALL_SUFFIXED+= ${component} ${component}_build ${component}_run
.endfor
+.if defined(USE_QT4)
+QT_COMPONENTS= ${USE_QT4}
+.endif
.if defined(QT_COMPONENTS)
. for component in ${QT_COMPONENTS:O:u}
. if ${_QT_COMPONENTS_ALL_SUFFIXED:M${component}}!= ""