aboutsummaryrefslogtreecommitdiffstats
path: root/x11/kde4-baseapps
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2003-02-09 01:14:50 +0800
committerWill Andrews <will@FreeBSD.org>2003-02-09 01:14:50 +0800
commita5106188a15263bb20283bf5a105cf9126d8c97c (patch)
treebf78ea7958296d846bfae817c2df9924bcfd7c28 /x11/kde4-baseapps
parent687739ba7c52480afbc44f42384338692cb92f7e (diff)
downloadfreebsd-ports-gnome-a5106188a15263bb20283bf5a105cf9126d8c97c.tar.gz
freebsd-ports-gnome-a5106188a15263bb20283bf5a105cf9126d8c97c.tar.zst
freebsd-ports-gnome-a5106188a15263bb20283bf5a105cf9126d8c97c.zip
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-baseapps')
-rw-r--r--x11/kde4-baseapps/Makefile12
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)