diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
commit | 4e1b79a0a61f4973df8b4b0864d22086c769e219 (patch) | |
tree | 78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /games/gnome-2048/Makefile | |
parent | 7f4572eae4327c4403d9ef714cb6de917650662a (diff) | |
download | ports-4e1b79a0a61f4973df8b4b0864d22086c769e219.tar.gz ports-4e1b79a0a61f4973df8b4b0864d22086c769e219.zip |
Notes
Diffstat (limited to 'games/gnome-2048/Makefile')
-rw-r--r-- | games/gnome-2048/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/games/gnome-2048/Makefile b/games/gnome-2048/Makefile index dd7cc9624e5d..834a953782c3 100644 --- a/games/gnome-2048/Makefile +++ b/games/gnome-2048/Makefile @@ -10,11 +10,11 @@ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Move the tiles until you obtain the 2048 tile -BUILD_DEPENDS= vala:${PORTSDIR}/lang/vala \ - itstool:${PORTSDIR}/textproc/itstool -LIB_DEPENDS= libclutter-gtk-1.0.so:${PORTSDIR}/graphics/clutter-gtk3 \ - libgee-0.8.so:${PORTSDIR}/devel/libgee \ - libgames-support.so:${PORTSDIR}/games/libgames-support +BUILD_DEPENDS= vala:lang/vala \ + itstool:textproc/itstool +LIB_DEPENDS= libclutter-gtk-1.0.so:graphics/clutter-gtk3 \ + libgee-0.8.so:devel/libgee \ + libgames-support.so:games/libgames-support PORTSCOUT= limitw:1,even |