diff options
author | marino <marino@FreeBSD.org> | 2016-08-04 09:51:25 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-08-04 09:51:25 +0800 |
commit | 95db88fb7ad7c4c4d3162c3532de259e00ca862e (patch) | |
tree | 0c6110837ca6faf5a3ddb95698f68102a15145c6 /games | |
parent | 3f8994e993025d6b7278669f5ff1950afaceb618 (diff) | |
download | freebsd-ports-graphics-95db88fb7ad7c4c4d3162c3532de259e00ca862e.tar.gz freebsd-ports-graphics-95db88fb7ad7c4c4d3162c3532de259e00ca862e.tar.zst freebsd-ports-graphics-95db88fb7ad7c4c4d3162c3532de259e00ca862e.zip |
games/bygfoot: 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).
Diffstat (limited to 'games')
-rw-r--r-- | games/bygfoot/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/bygfoot/Makefile b/games/bygfoot/Makefile index 4f22d65b09f..cc80b76ea15 100644 --- a/games/bygfoot/Makefile +++ b/games/bygfoot/Makefile @@ -15,8 +15,7 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING # needed to save/load games -RUN_DEPENDS= zip:archivers/zip \ - unzip:archivers/unzip +RUN_DEPENDS= zip:archivers/zip USES= gettext pkgconfig tar:bzip2 GNU_CONFIGURE= yes |