diff options
author | edwin <edwin@FreeBSD.org> | 2005-09-05 13:26:20 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-09-05 13:26:20 +0800 |
commit | 4b41d88b6704388571ee6465807942e12255754d (patch) | |
tree | 8bce6714776d4ae0c4598758029d6ba2c41d1a55 /emulators/m2000 | |
parent | 73c18afd0aec8804b3640904d3ae709b1f36e337 (diff) | |
download | freebsd-ports-graphics-4b41d88b6704388571ee6465807942e12255754d.tar.gz freebsd-ports-graphics-4b41d88b6704388571ee6465807942e12255754d.tar.zst freebsd-ports-graphics-4b41d88b6704388571ee6465807942e12255754d.zip |
USE_UNZIP doesn't exist, so add a extract-dependency on unzip.
Noticed by: pointyhat runs
Diffstat (limited to 'emulators/m2000')
-rw-r--r-- | emulators/m2000/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emulators/m2000/Makefile b/emulators/m2000/Makefile index f59823eca44..ca94e42f856 100644 --- a/emulators/m2000/Makefile +++ b/emulators/m2000/Makefile @@ -23,6 +23,8 @@ EXTRACT_ONLY= ${PORTNAME:U}${EXTRACT_SUFX} MAINTAINER= edwin@mavetju.org COMMENT= M2000 is a portable emulator for the P2000 home computer +EXTRACT_DEPENDS=unzip:${PORTSDIR}/archivers/unzip + M2000TAPES= 3DDoolhof2.cas \ BrickWall.cas \ Componist.cas \ |