diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-03-28 15:09:52 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-03-28 15:09:52 +0000 |
commit | 456131b06b67ea6f6ca998cfb476595c56446f83 (patch) | |
tree | 22c8d9bf53648dda2b66c268a93097736e8e7e34 /games/gnome-games/Makefile | |
parent | ef51edfb37304293f7eb6c6dfc030ab1732035c0 (diff) | |
download | ports-456131b06b67ea6f6ca998cfb476595c56446f83.tar.gz ports-456131b06b67ea6f6ca998cfb476595c56446f83.zip |
Convert to USES=metaport
Notes
Notes:
svn path=/head/; revision=382501
Diffstat (limited to 'games/gnome-games/Makefile')
-rw-r--r-- | games/gnome-games/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile index 5dfba1395d02..b99cf383680c 100644 --- a/games/gnome-games/Makefile +++ b/games/gnome-games/Makefile @@ -6,13 +6,12 @@ PORTNAME= gnome-games PORTVERSION= 3.14.0 PORTREVISION= 1 CATEGORIES= games gnome -MASTER_SITES= # empty -DISTFILES= # empty -EXTRACT_ONLY= # empty MAINTAINER= gnome@FreeBSD.org COMMENT= Gnome games meta port +USES= metaport + 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 \ @@ -31,8 +30,4 @@ RUN_DEPENDS= five-or-more:${PORTSDIR}/games/five-or-more \ swell-foop:${PORTSDIR}/games/swell-foop \ tali:${PORTSDIR}/games/tali -NO_BUILD= yes -NO_INSTALL= yes -NO_MTREE= yes - .include <bsd.port.mk> |