diff options
author | dinoex <dinoex@FreeBSD.org> | 2007-06-18 14:57:50 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2007-06-18 14:57:50 +0000 |
commit | 4e23cb428a5fa064a3d71788de931ceaf63a17cb (patch) | |
tree | c69a19fd5d11e7451252484e343c975dcef9891c /emulators | |
parent | 56190b72a781c403f034259820d6f6187fb5d7db (diff) | |
download | FreeBSD-ports-4e23cb428a5fa064a3d71788de931ceaf63a17cb.zip FreeBSD-ports-4e23cb428a5fa064a3d71788de931ceaf63a17cb.tar.gz |
- fix build with xorg7
- make portlint happier
Approved by: maintainer
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/stonx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/stonx/Makefile b/emulators/stonx/Makefile index 854b629..ff0e370 100644 --- a/emulators/stonx/Makefile +++ b/emulators/stonx/Makefile @@ -18,7 +18,7 @@ COMMENT= AtariST emulator BUILD_DEPENDS= bdftopcf:${X_CLIENTS_PORT} RUN_DEPENDS= mkfontdir:${X_CLIENTS_PORT} -RESTRICTED= "tos.img is copyrighted" +RESTRICTED= tos.img is copyrighted TOSIMG?= tos.img #USE_XLIB= yes @@ -90,7 +90,7 @@ IGNORE="Please get a ROM dump from your AtariST and save it as"\ .endif .if ${X_WINDOW_SYSTEM:L} == xorg -BUILD_DEPENDS+= ${X11BASE}/lib/X11/fonts/misc/fonts.alias:${PORTSDIR}/x11-fonts/xorg-fonts-miscbitmaps +BUILD_DEPENDS+= ${X11BASE}/lib/X11/fonts/misc/10x20-ISO8859-1.pcf.gz:${PORTSDIR}/x11-fonts/font-misc-misc .endif .include <bsd.port.post.mk> |