diff options
author | flz <flz@FreeBSD.org> | 2008-03-08 05:47:50 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2008-03-08 05:47:50 +0800 |
commit | bb772f0708cb3de3285f92d38b56f2fdc0d03c2a (patch) | |
tree | cd6dfd8517052ef2a480aeb8ec42bbb255957f3e /x11/kdebase4 | |
parent | fd2b8eb99629289a80ba0030627944e10425097a (diff) | |
download | freebsd-ports-gnome-bb772f0708cb3de3285f92d38b56f2fdc0d03c2a.tar.gz freebsd-ports-gnome-bb772f0708cb3de3285f92d38b56f2fdc0d03c2a.tar.zst freebsd-ports-gnome-bb772f0708cb3de3285f92d38b56f2fdc0d03c2a.zip |
Remove support for XFree8-4.
From now on, X_WINDOW_SYSTEM != "xorg" is not supported anymore.
PR: ports/119418
Submitted by: flz
Approved by: portmgr (pav)
Diffstat (limited to 'x11/kdebase4')
-rw-r--r-- | x11/kdebase4/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/x11/kdebase4/Makefile b/x11/kdebase4/Makefile index 322f991ba7f2..080de5ff8fd7 100644 --- a/x11/kdebase4/Makefile +++ b/x11/kdebase4/Makefile @@ -57,13 +57,9 @@ OPTIONS= ARTSWRAPPER "Suid wrapper for aRts, req'd for realtime prio" on \ .include "${.CURDIR}/../../x11/kde3/Makefile.kde" .include <bsd.port.pre.mk> -.if ${X_WINDOW_SYSTEM:L} != xorg -BUILD_DEPENDS+= mkfontdir:${X_CLIENTS_PORT} -.else BUILD_DEPENDS+= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf \ mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir RUN_DEPENDS+= kompmgr:${PORTSDIR}/x11-wm/kompmgr -.endif .if !defined(WITHOUT_ARTSWRAPPER) RUN_DEPENDS+= artswrapper:${PORTSDIR}/audio/artswrapper |