diff options
author | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-10-25 22:22:37 +0800 |
---|---|---|
committer | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-10-25 22:22:37 +0800 |
commit | 0c4e2e209193a565b8e33eeb12cb5fc22d9d0be9 (patch) | |
tree | a320914e9d223652ac8368be497b2c2c7905de12 /games/gnome-games/Makefile | |
parent | 2fd87cb1be7deebc30094c3ef53d1171eb80c203 (diff) | |
download | marcuscom-ports-0c4e2e209193a565b8e33eeb12cb5fc22d9d0be9.tar.gz marcuscom-ports-0c4e2e209193a565b8e33eeb12cb5fc22d9d0be9.tar.zst marcuscom-ports-0c4e2e209193a565b8e33eeb12cb5fc22d9d0be9.zip |
Add hitori and connect it with gnome-games.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@20023 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'games/gnome-games/Makefile')
-rw-r--r-- | games/gnome-games/Makefile | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile index 8c17014b8..639838fd9 100644 --- a/games/gnome-games/Makefile +++ b/games/gnome-games/Makefile @@ -4,6 +4,7 @@ PORTNAME= gnome-games PORTVERSION= 3.14.0 +PORTREVISION= 1 CATEGORIES= games gnome MASTER_SITES= # empty DISTFILES= # empty @@ -12,22 +13,23 @@ EXTRACT_ONLY= # empty MAINTAINER= gnome@FreeBSD.org COMMENT= Gnome games meta port -RUN_DEPENDS= gnome-chess:${PORTSDIR}/games/gnome-chess \ - sol:${PORTSDIR}/games/aisleriot \ - five-or-more:${PORTSDIR}/games/five-or-more \ +RUN_DEPENDS= five-or-more:${PORTSDIR}/games/five-or-more \ four-in-a-row:${PORTSDIR}/games/four-in-a-row \ + gnome-chess:${PORTSDIR}/games/gnome-chess \ + gnome-klotski:${PORTSDIR}/games/gnome-klotski \ + gnome-mahjongg:${PORTSDIR}/games/gnome-mahjongg \ + gnome-mines:${PORTSDIR}/games/gnome-mines \ gnome-nibbles:${PORTSDIR}/games/gnome-nibbles \ gnome-robots:${PORTSDIR}/games/gnome-robots \ gnome-sudoku:${PORTSDIR}/games/gnome-sudoku \ - gnome-mines:${PORTSDIR}/games/gnome-mines \ gnome-tetravex:${PORTSDIR}/games/gnome-tetravex \ - gnome-klotski:${PORTSDIR}/games/gnome-klotski \ - tali:${PORTSDIR}/games/tali \ + hitori:${PORTSDIR}/games/hitori \ iagno:${PORTSDIR}/games/iagno \ lightsoff:${PORTSDIR}/games/lightsoff \ - gnome-mahjongg:${PORTSDIR}/games/gnome-mahjongg \ quadrapassel:${PORTSDIR}/games/quadrapassel \ - swell-foop:${PORTSDIR}/games/swell-foop + sol:${PORTSDIR}/games/aisleriot \ + swell-foop:${PORTSDIR}/games/swell-foop \ + tali:${PORTSDIR}/games/tali NO_BUILD= yes NO_INSTALL= yes |