aboutsummaryrefslogtreecommitdiffstats
path: root/games/gnome-games
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2016-04-01 22:00:51 +0800
committermat <mat@FreeBSD.org>2016-04-01 22:00:51 +0800
commit148314483d3098c0d6a33944f1190842e671502f (patch)
tree78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /games/gnome-games
parent96cd8e4bc2d30db4bc3bbbf3fcdcc98121c879e0 (diff)
downloadfreebsd-ports-gnome-148314483d3098c0d6a33944f1190842e671502f.tar.gz
freebsd-ports-gnome-148314483d3098c0d6a33944f1190842e671502f.tar.zst
freebsd-ports-gnome-148314483d3098c0d6a33944f1190842e671502f.zip
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr Sponsored by: Absolight
Diffstat (limited to 'games/gnome-games')
-rw-r--r--games/gnome-games/Makefile40
1 files changed, 20 insertions, 20 deletions
diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile
index 660c3b22e9aa..0a64693e590b 100644
--- a/games/gnome-games/Makefile
+++ b/games/gnome-games/Makefile
@@ -10,25 +10,25 @@ COMMENT= Gnome games meta port
USES= metaport
-RUN_DEPENDS= five-or-more:${PORTSDIR}/games/five-or-more \
- atomix:${PORTSDIR}/games/atomix \
- four-in-a-row:${PORTSDIR}/games/four-in-a-row \
- gnome-2048:${PORTSDIR}/games/gnome-2048 \
- 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-taquin:${PORTSDIR}/games/gnome-taquin \
- gnome-tetravex:${PORTSDIR}/games/gnome-tetravex \
- hitori:${PORTSDIR}/games/hitori \
- iagno:${PORTSDIR}/games/iagno \
- lightsoff:${PORTSDIR}/games/lightsoff \
- quadrapassel:${PORTSDIR}/games/quadrapassel \
- aisleriot>=0:${PORTSDIR}/games/aisleriot \
- swell-foop:${PORTSDIR}/games/swell-foop \
- tali:${PORTSDIR}/games/tali
+RUN_DEPENDS= five-or-more:games/five-or-more \
+ atomix:games/atomix \
+ four-in-a-row:games/four-in-a-row \
+ gnome-2048:games/gnome-2048 \
+ gnome-chess:games/gnome-chess \
+ gnome-klotski:games/gnome-klotski \
+ gnome-mahjongg:games/gnome-mahjongg \
+ gnome-mines:games/gnome-mines \
+ gnome-nibbles:games/gnome-nibbles \
+ gnome-robots:games/gnome-robots \
+ gnome-sudoku:games/gnome-sudoku \
+ gnome-taquin:games/gnome-taquin \
+ gnome-tetravex:games/gnome-tetravex \
+ hitori:games/hitori \
+ iagno:games/iagno \
+ lightsoff:games/lightsoff \
+ quadrapassel:games/quadrapassel \
+ aisleriot>=0:games/aisleriot \
+ swell-foop:games/swell-foop \
+ tali:games/tali
.include <bsd.port.mk>