diff options
-rw-r--r-- | x11-toolkits/qt30/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/qt31/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/qt32/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/qt33/Makefile | 2 |
4 files changed, 4 insertions, 4 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) diff --git a/x11-toolkits/qt31/Makefile b/x11-toolkits/qt31/Makefile index aa1950e0bbb0..de1904daaf00 100644 --- a/x11-toolkits/qt31/Makefile +++ b/x11-toolkits/qt31/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) diff --git a/x11-toolkits/qt32/Makefile b/x11-toolkits/qt32/Makefile index aa1950e0bbb0..de1904daaf00 100644 --- a/x11-toolkits/qt32/Makefile +++ b/x11-toolkits/qt32/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) diff --git a/x11-toolkits/qt33/Makefile b/x11-toolkits/qt33/Makefile index aa1950e0bbb0..de1904daaf00 100644 --- a/x11-toolkits/qt33/Makefile +++ b/x11-toolkits/qt33/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) |