diff options
-rw-r--r-- | games/bygfoot/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/games/bygfoot/Makefile b/games/bygfoot/Makefile index 18c90512f9b5..848d2d90b731 100644 --- a/games/bygfoot/Makefile +++ b/games/bygfoot/Makefile @@ -7,7 +7,7 @@ PORTNAME= bygfoot PORTVERSION= 2.2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= SF DISTNAME= ${PORTNAME}-${PORTVERSION}-source @@ -15,6 +15,10 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-source MAINTAINER= pav@FreeBSD.org COMMENT= Football (soccer) management game +# needed to save/load games +RUN_DEPENDS= zip:${PORTSDIR}/archivers/zip \ + unzip:${PORTSDIR}/archivers/unzip + GNU_CONFIGURE= yes USE_BZIP2= yes USE_GNOME= gtk20 gnometarget |