diff options
Diffstat (limited to 'games/bygfoot/Makefile')
-rw-r--r-- | games/bygfoot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/bygfoot/Makefile b/games/bygfoot/Makefile index 55bccdf9e9d4..4f22d65b09f4 100644 --- a/games/bygfoot/Makefile +++ b/games/bygfoot/Makefile @@ -15,8 +15,8 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING # needed to save/load games -RUN_DEPENDS= zip:${PORTSDIR}/archivers/zip \ - unzip:${PORTSDIR}/archivers/unzip +RUN_DEPENDS= zip:archivers/zip \ + unzip:archivers/unzip USES= gettext pkgconfig tar:bzip2 GNU_CONFIGURE= yes |