diff options
Diffstat (limited to 'x11/kde4-baseapps/Makefile')
-rw-r--r-- | x11/kde4-baseapps/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/x11/kde4-baseapps/Makefile b/x11/kde4-baseapps/Makefile index ae01a351e0da..9229fcfd5f07 100644 --- a/x11/kde4-baseapps/Makefile +++ b/x11/kde4-baseapps/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) |