diff options
author | Will Andrews <will@FreeBSD.org> | 2002-01-08 01:24:11 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2002-01-08 01:24:11 +0000 |
commit | fccbfb4a6f4925aabb8269cc1567fb89ffbb5548 (patch) | |
tree | ca2c40b42219f6159e190f1d54a98c21f1cf914f /x11/kde4-runtime | |
parent | 598cc245e3bf5b7ca9192389227e1f4b6da773cc (diff) | |
download | ports-fccbfb4a6f4925aabb8269cc1567fb89ffbb5548.tar.gz ports-fccbfb4a6f4925aabb8269cc1567fb89ffbb5548.zip |
Notes
Diffstat (limited to 'x11/kde4-runtime')
-rw-r--r-- | x11/kde4-runtime/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11/kde4-runtime/Makefile b/x11/kde4-runtime/Makefile index fc841306aebc..20a23b1b6eaa 100644 --- a/x11/kde4-runtime/Makefile +++ b/x11/kde4-runtime/Makefile @@ -41,6 +41,9 @@ CONFIGURE_ARGS+=--enable-final .endif .if defined(PARALLEL_PACKAGE_BUILD) || defined(WANT_KDE_NDEBUG) CONFIGURE_ARGS+=--disable-debug +.else +CONFIGURE_ARGS+=--enable-debug +STRIP='' .endif USE_GMAKE= yes |