diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2008-03-07 21:47:50 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2008-03-07 21:47:50 +0000 |
commit | 836aebde5babd8b8701f585f03b775ebfc41a564 (patch) | |
tree | f990d2d5c21cdbac2e187df45b68fcc8e5d5353a /emulators/stonx | |
parent | Update to 1.0003 (diff) |
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> |