games/ninix-aya: 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:
John Marino 2016-08-04 01:46:35 +00:00
parent 07ba95b3a8
commit f9bc5cf54a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=419572

View file

@ -14,8 +14,7 @@ LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libpng.so:graphics/png
RUN_DEPENDS= unzip:archivers/unzip \
${PYTHON_PKGNAMEPREFIX}chardet>0:textproc/py-chardet \
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}chardet>0:textproc/py-chardet \
${PYNUMPY}
NO_ARCH= yes