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).
This commit is contained in:
parent
f9bc5cf54a
commit
a56a4a3fa3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=419573
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user