diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2010-03-28 06:47:48 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2010-03-28 06:47:48 +0000 |
commit | de78af3ac53da4687d22975cd2e236a0668d9a0d (patch) | |
tree | d9c023ed56bfb9a9663ac490476a1cca76b1c499 /emulators/atari800/Makefile | |
parent | 1c61847a1158728babbb2e3016e7b369abef3304 (diff) |
Notes
Diffstat (limited to 'emulators/atari800/Makefile')
-rw-r--r-- | emulators/atari800/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/atari800/Makefile b/emulators/atari800/Makefile index fb58c22894f7..8f0b5069d3d3 100644 --- a/emulators/atari800/Makefile +++ b/emulators/atari800/Makefile @@ -7,7 +7,7 @@ PORTNAME= atari800 PORTVERSION= 2.0.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= emulators MASTER_SITES= SF DISTFILES= ${DISTNAME}${EXTRACT_SUFX} xf25.zip @@ -18,7 +18,7 @@ MAINTAINER= gamato@users.sf.net COMMENT= Atari 8-bit computer emulator BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip -LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png +LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png RESTRICTED= "xf25 contains copyright ROMs and cannot be distributed." |