diff options
author | marino <marino@FreeBSD.org> | 2016-08-04 09:46:35 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-08-04 09:46:35 +0800 |
commit | 3f8994e993025d6b7278669f5ff1950afaceb618 (patch) | |
tree | 441fe831a3c37b6ca86306bb42645e58ce828cea /games | |
parent | 4816b5d33c734a10dde033ea692ff5ae7f918119 (diff) | |
download | freebsd-ports-gnome-3f8994e993025d6b7278669f5ff1950afaceb618.tar.gz freebsd-ports-gnome-3f8994e993025d6b7278669f5ff1950afaceb618.tar.zst freebsd-ports-gnome-3f8994e993025d6b7278669f5ff1950afaceb618.zip |
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).
Diffstat (limited to 'games')
-rw-r--r-- | games/ninix-aya/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/ninix-aya/Makefile b/games/ninix-aya/Makefile index 0413982377f2..dd8044c58137 100644 --- a/games/ninix-aya/Makefile +++ b/games/ninix-aya/Makefile @@ -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 |