From f0f23f81f341ff7dd94f035f93efbd455f495773 Mon Sep 17 00:00:00 2001 From: will Date: Sat, 8 Feb 2003 17:14:50 +0000 Subject: Re-enable Xinerama support and remove Java support by default. The former never broke anything according to our records and the latter breaks builds when (specific?) JDKs are installed. --- x11/kde4-runtime/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'x11/kde4-runtime/Makefile') diff --git a/x11/kde4-runtime/Makefile b/x11/kde4-runtime/Makefile index ae01a351e0da..9229fcfd5f07 100644 --- a/x11/kde4-runtime/Makefile +++ b/x11/kde4-runtime/Makefile @@ -34,6 +34,7 @@ CONFIGURE_ARGS+=--disable-ltdl-install \ --without-ldap \ --disable-closure \ ${XINERAMA} \ + --without-java \ --with-qt-dir=${X11BASE} \ --with-xdmdir=${X11BASE}/lib/X11/xdm @@ -69,15 +70,14 @@ WITH_FONTCONFIG=yes LIB_DEPENDS+= fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig .endif -.if defined(WITH_XINERAMA) -XINERAMA= -with-xinerama -PKGNAMESUFFIX= -xinerama +.if defined(WITHOUT_XINERAMA) +XINERAMA= --without-xinerama .else -XINERAMA= -without-xinerama +XINERAMA= --with-xinerama pre-extract:: @${ECHO_MSG} - @${ECHO_MSG} "If you want to compile with Xinerama support," - @${ECHO_MSG} "hit Ctrl-C right now and use \"make WITH_XINERAMA=yes\"" + @${ECHO_MSG} "If you don't want to compile with Xinerama support," + @${ECHO_MSG} "hit Ctrl-C right now and use \"make WITHOUT_XINERAMA=yes\"" @${ECHO_MSG} .endif # defined(WITH_XINERAMA) -- cgit