diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2013-05-10 09:46:52 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2013-05-10 09:46:52 +0800 |
commit | 079ee6729c93b30505ea9350cb99d0c3b140ea36 (patch) | |
tree | 3e073a78bfc5731334943114727010fae50a4744 /emulators/javatari | |
parent | 8ad76915f8cd35550d844a4c6d2edfbaefbea04c (diff) | |
download | freebsd-ports-gnome-079ee6729c93b30505ea9350cb99d0c3b140ea36.tar.gz freebsd-ports-gnome-079ee6729c93b30505ea9350cb99d0c3b140ea36.tar.zst freebsd-ports-gnome-079ee6729c93b30505ea9350cb99d0c3b140ea36.zip |
- Fix extract on 9+ due to this picking up /usr/bin/unzip instead of
looking for the proper LOCALBASE/bin/unzip that UNZIP_CMD is set to.
Will let maintainers decide if archivers/unzip is really still needed.
Some of these ports/options remain broken due to other issues.
With hat: portmgr
Diffstat (limited to 'emulators/javatari')
-rw-r--r-- | emulators/javatari/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/javatari/Makefile b/emulators/javatari/Makefile index c2a5d8c7d34d..ffd10727a54a 100644 --- a/emulators/javatari/Makefile +++ b/emulators/javatari/Makefile @@ -11,7 +11,7 @@ EXTRACT_ONLY= MAINTAINER= danilogondolfo@gmail.com COMMENT= Multiplayer Atari 2600 emulator written in pure Java -EXTRACT_DEPENDS= unzip:${PORTSDIR}/archivers/unzip +EXTRACT_DEPENDS= ${UNZIP_CMD}:${PORTSDIR}/archivers/unzip USE_JAVA= yes JAVA_VERSION= 1.6+ |