summaryrefslogtreecommitdiff
path: root/x11/kdebase4-runtime
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2003-02-08 17:14:50 +0000
committerWill Andrews <will@FreeBSD.org>2003-02-08 17:14:50 +0000
commita5106188a15263bb20283bf5a105cf9126d8c97c (patch)
treebf78ea7958296d846bfae817c2df9924bcfd7c28 /x11/kdebase4-runtime
parentUnbreak on -CURRENT. (diff)
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.
Notes
Notes: svn path=/head/; revision=75130
Diffstat (limited to 'x11/kdebase4-runtime')
-rw-r--r--x11/kdebase4-runtime/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/x11/kdebase4-runtime/Makefile b/x11/kdebase4-runtime/Makefile
index ae01a351e0da..9229fcfd5f07 100644
--- a/x11/kdebase4-runtime/Makefile
+++ b/x11/kdebase4-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)