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 /emulators/stonx | |
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 'emulators/stonx')
-rw-r--r-- | emulators/stonx/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/emulators/stonx/Makefile b/emulators/stonx/Makefile index ff0e370eee6b..c4b36f58ecdc 100644 --- a/emulators/stonx/Makefile +++ b/emulators/stonx/Makefile @@ -89,8 +89,6 @@ IGNORE="Please get a ROM dump from your AtariST and save it as"\ "\"${TOSIMG}\" in \"${DISTDIR}\" manually, and then make install again" .endif -.if ${X_WINDOW_SYSTEM:L} == xorg BUILD_DEPENDS+= ${X11BASE}/lib/X11/fonts/misc/10x20-ISO8859-1.pcf.gz:${PORTSDIR}/x11-fonts/font-misc-misc -.endif .include <bsd.port.post.mk> |