aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/qt32
diff options
context:
space:
mode:
authorNik Clayton <nik@FreeBSD.org>2001-06-22 08:46:34 +0000
committerNik Clayton <nik@FreeBSD.org>2001-06-22 08:46:34 +0000
commit95c0850f6ccd9a794a74748c3547e6b910ca33f5 (patch)
treec12f401c8559d8075345c40f31ea587c1a4d93a6 /x11-toolkits/qt32
parent189b315edd766a1d00586acbe278966e2c6833fc (diff)
downloadports-95c0850f6ccd9a794a74748c3547e6b910ca33f5.tar.gz
ports-95c0850f6ccd9a794a74748c3547e6b910ca33f5.zip
Notes
Diffstat (limited to 'x11-toolkits/qt32')
-rw-r--r--x11-toolkits/qt32/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/x11-toolkits/qt32/Makefile b/x11-toolkits/qt32/Makefile
index 574991ffd7fc..8f2145bec63e 100644
--- a/x11-toolkits/qt32/Makefile
+++ b/x11-toolkits/qt32/Makefile
@@ -26,6 +26,11 @@ HAS_CONFIGURE= yes
CONFIGURE_ARGS= -system-zlib -system-libpng -system-jpeg -sm -gif \
-system-libmng -thread -no-opengl \
-I${LOCALBASE}/include -L${LOCALBASE}/lib
+
+.if defined(QT_DEBUG)
+CONFIGURE_ARGS+= -debug
+.endif
+
CONFIGURE_ENV= ${ECHO} yes | QTDIR=${WRKSRC}
.if defined(MAKE_JOBS)
MAKE_ARGS+= MAKE="${GMAKE} -j${MAKE_JOBS}"