diff options
author | dinoex <dinoex@FreeBSD.org> | 2005-10-25 08:12:43 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2005-10-25 08:12:43 +0000 |
commit | 5e6eacb0b68714da7d415f21f0e7f508b4632e5a (patch) | |
tree | dd4603f006f143b1f44f2c328d788f49d1d4a5e3 /emulators/stonx | |
parent | 067845f392c48b5cb9d715cd8d3e4187141d87a5 (diff) | |
download | FreeBSD-ports-5e6eacb0b68714da7d415f21f0e7f508b4632e5a.zip FreeBSD-ports-5e6eacb0b68714da7d415f21f0e7f508b4632e5a.tar.gz |
- fix dependency
Approved by: maintainer (implict)
Diffstat (limited to 'emulators/stonx')
-rw-r--r-- | emulators/stonx/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/emulators/stonx/Makefile b/emulators/stonx/Makefile index 0b3221d..921f0f3 100644 --- a/emulators/stonx/Makefile +++ b/emulators/stonx/Makefile @@ -11,10 +11,13 @@ CATEGORIES= emulators MASTER_SITES= ftp://ftp.complang.tuwien.ac.at/pub/nino/stonx-current/ DISTNAME= STonX-0.6.7-epsilon +BUILD_DEPENDS= bdftopcf:${X_CLIENTS_PORT} + MAINTAINER= treif@mayn.de COMMENT= AtariST emulator RESTRICTED= "tos.img is copyrighted" +IS_INTERACTIVE= needs running x11 TOSIMG?= tos.img USE_X_PREFIX= yes |