diff options
Diffstat (limited to 'x11/kde4/Makefile.kde')
-rw-r--r-- | x11/kde4/Makefile.kde | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/x11/kde4/Makefile.kde b/x11/kde4/Makefile.kde index 3fc622219a8a..256be2bf68a2 100644 --- a/x11/kde4/Makefile.kde +++ b/x11/kde4/Makefile.kde @@ -17,7 +17,6 @@ COPY= -c -p # For ports that have I18N components only. .if defined(KDE_I18N) _NO_KDE_FINAL= yes -_NO_KDE_CLOSURE= yes _NO_KDE_NDEBUG= yes DISTNAME?= ${PORTNAME}-${PKGNAMEPREFIX:S/-$//}-${PORTVERSION} # Since KDE 3.1.3, the kde-i18n tarballs have the ${KDE_VERSION} @@ -42,10 +41,6 @@ post-extract: CONFIGURE_ARGS+=--enable-final .endif -.if !defined(_NO_KDE_CLOSURE) && defined(WANT_KDE_CLOSURE) -CONFIGURE_ARGS+=--enable-closure -.endif - .if !defined(_NO_KDE_NDEBUG) .if defined(PARALLEL_PACKAGE_BUILD) || !defined(WANT_KDE_DEBUG) CONFIGURE_ARGS+=--disable-debug |