aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/qt30
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-05-14 16:37:07 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-05-14 16:37:07 +0000
commite8b09fe591ccf72138f754d4b7f10629ed0a5607 (patch)
treeaf75708bc2ede6358f12e4871b881de2369b5d24 /x11-toolkits/qt30
parent316bfc50ead1754a62afd393e0801459b4c024ca (diff)
downloadports-e8b09fe591ccf72138f754d4b7f10629ed0a5607.tar.gz
ports-e8b09fe591ccf72138f754d4b7f10629ed0a5607.zip
Notes
Diffstat (limited to 'x11-toolkits/qt30')
-rw-r--r--x11-toolkits/qt30/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/qt30/Makefile b/x11-toolkits/qt30/Makefile
index aa1950e0bbb0..de1904daaf00 100644
--- a/x11-toolkits/qt30/Makefile
+++ b/x11-toolkits/qt30/Makefile
@@ -44,7 +44,7 @@ CONFIGURE_ARGS= -prefix ${QT_PREFIX} \
-no-nas-sound -sm -remote \
-docdir ${QT_PREFIX}/share/doc/qt \
-I${LOCALBASE}/include -L${LOCALBASE}/lib
-.if !defined(NO_DEBUG)
+.if defined(WITH_DEBUG)
CONFIGURE_ARGS+= -debug
.endif
.if defined(WITH_OPENGL)