summaryrefslogtreecommitdiffstats
path: root/x11/kde4-runtime
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2003-02-08 17:14:50 +0000
committerwill <will@FreeBSD.org>2003-02-08 17:14:50 +0000
commitf0f23f81f341ff7dd94f035f93efbd455f495773 (patch)
tree2c1bb315f0ec07eee2c184b0808a77c68cdb39ba /x11/kde4-runtime
parent9c8e53fd38c69d28abe2f80e2b5489f707977c6a (diff)
downloadFreeBSD-ports-f0f23f81f341ff7dd94f035f93efbd455f495773.zip
FreeBSD-ports-f0f23f81f341ff7dd94f035f93efbd455f495773.tar.gz
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.
Diffstat (limited to 'x11/kde4-runtime')
-rw-r--r--x11/kde4-runtime/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/x11/kde4-runtime/Makefile b/x11/kde4-runtime/Makefile
index ae01a35..9229fcf 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)
OpenPOWER on IntegriCloud