diff options
author | marino <marino@FreeBSD.org> | 2016-08-04 11:55:47 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-08-04 11:55:47 +0800 |
commit | 1d1d5974c3312b9029d9dcc07bd69cc9773564f2 (patch) | |
tree | c1c98a4a548194415ffc988f50580846565569fa /games/pacmanarena | |
parent | 518ee3c2d4e4d4182eb6f11b1cd8144b023d4aea (diff) | |
download | freebsd-ports-gnome-1d1d5974c3312b9029d9dcc07bd69cc9773564f2.tar.gz freebsd-ports-gnome-1d1d5974c3312b9029d9dcc07bd69cc9773564f2.tar.zst freebsd-ports-gnome-1d1d5974c3312b9029d9dcc07bd69cc9773564f2.zip |
games/(warzone2100|pacmanarena): Remove redundant dependency on unzip
A dependency on unzip will never be registered since unzip is available
on all supported platforms (since FreeBSD 8.0).
Note that it's pulled in by a non-default option.
Approved by: infrastructure blanket (removal of redundant deps)
Diffstat (limited to 'games/pacmanarena')
-rw-r--r-- | games/pacmanarena/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/games/pacmanarena/Makefile b/games/pacmanarena/Makefile index ba24369a9909..603b8f181033 100644 --- a/games/pacmanarena/Makefile +++ b/games/pacmanarena/Makefile @@ -17,8 +17,6 @@ COMMENT= Pacman clone in full 3D with a few surprises LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -EXTRACT_DEPENDS= unzip:archivers/unzip - WRKSRC= ${WRKDIR}/${PORTNAME:S/arena//} USE_SDL= mixer net sdl |