diff options
author | pav <pav@FreeBSD.org> | 2008-06-03 05:47:41 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-06-03 05:47:41 +0800 |
commit | 90834e04f97d103beb4443d948ec829edd8357aa (patch) | |
tree | 1dc31fafaab6f4397b87847d96a7561485697b18 /games/bygfoot | |
parent | a885d8074dfb373d5ee8b37e2dd785b2cd241ca6 (diff) | |
download | freebsd-ports-gnome-90834e04f97d103beb4443d948ec829edd8357aa.tar.gz freebsd-ports-gnome-90834e04f97d103beb4443d948ec829edd8357aa.tar.zst freebsd-ports-gnome-90834e04f97d103beb4443d948ec829edd8357aa.zip |
- Add runtime dependencies on zip+unzip
Reported by: blokkie <blokkie@h0m3.be>
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 |