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 /www/nspluginwrapper-devel | |
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 'www/nspluginwrapper-devel')
-rw-r--r-- | www/nspluginwrapper-devel/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/www/nspluginwrapper-devel/Makefile b/www/nspluginwrapper-devel/Makefile index 156976762711..cbed28ce019a 100644 --- a/www/nspluginwrapper-devel/Makefile +++ b/www/nspluginwrapper-devel/Makefile @@ -60,11 +60,7 @@ post-install: .include <bsd.port.pre.mk> # XXX switch to USE_XORG once XFree86-4 is removed -.if ${X_WINDOW_SYSTEM:L} == xorg BUILD_DEPENDS+= ${X11BASE}/libdata/xorg/libraries:${X_LIBRARIES_PORT} RUN_DEPENDS+= ${X11BASE}/libdata/xorg/libraries:${X_LIBRARIES_PORT} -.else -LIB_DEPENDS+= X11.6:${X_LIBRARIES_PORT} -.endif .include <bsd.port.post.mk> |