diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-06-02 21:47:41 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-06-02 21:47:41 +0000 |
commit | 762da8a42b59b2d1944632c42617baeea050e0bd (patch) | |
tree | b428a42165b9f3a76ec88859b0c196d330657d6d /games/bygfoot | |
parent | f6a69729e008c960325d3f4965089d03aad31999 (diff) | |
download | ports-762da8a42b59b2d1944632c42617baeea050e0bd.tar.gz ports-762da8a42b59b2d1944632c42617baeea050e0bd.zip |
Notes
Diffstat (limited to 'games/bygfoot')
-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 |