aboutsummaryrefslogtreecommitdiff
path: root/devel/qt4/files/Makefile.options
diff options
context:
space:
mode:
Diffstat (limited to 'devel/qt4/files/Makefile.options')
-rw-r--r--devel/qt4/files/Makefile.options4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/qt4/files/Makefile.options b/devel/qt4/files/Makefile.options
index 732d16072bba..836f5fe83cd6 100644
--- a/devel/qt4/files/Makefile.options
+++ b/devel/qt4/files/Makefile.options
@@ -6,10 +6,10 @@ QT4_OPTIONS+= CUPS
.endif
.for opt in ${QT4_OPTIONS_ALL}
-${opt}_REPLACE=\#
+${opt}_REPLACE=
QT4_OPTIONS_REPLACE+= s,%%${opt}%%,${${opt}_REPLACE},g;
.endfor
.for opt in ${QT4_OPTIONS}
-${opt}_REPLACE=
+${opt}_REPLACE=\#
.endfor