Date: Thu, 4 Aug 2016 01:51:26 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r419573 - head/games/bygfoot Message-ID: <201608040151.u741pQBp075649@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Thu Aug 4 01:51:25 2016 New Revision: 419573 URL: https://svnweb.freebsd.org/changeset/ports/419573 Log: 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). Modified: head/games/bygfoot/Makefile Modified: head/games/bygfoot/Makefile ============================================================================== --- head/games/bygfoot/Makefile Thu Aug 4 01:46:35 2016 (r419572) +++ head/games/bygfoot/Makefile Thu Aug 4 01:51:25 2016 (r419573) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608040151.u741pQBp075649>