diff options
Diffstat (limited to 'games/gnome-chess/Makefile')
-rw-r--r-- | games/gnome-chess/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/gnome-chess/Makefile b/games/gnome-chess/Makefile index 13ca45cdb929..ba2c2869a5fe 100644 --- a/games/gnome-chess/Makefile +++ b/games/gnome-chess/Makefile @@ -10,8 +10,8 @@ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Gnome chess -BUILD_DEPENDS= vala:${PORTSDIR}/lang/vala \ - itstool:${PORTSDIR}/textproc/itstool +BUILD_DEPENDS= vala:lang/vala \ + itstool:textproc/itstool PORTSCOUT= limitw:1,even @@ -29,6 +29,6 @@ GLIB_SCHEMAS= org.gnome.chess.gschema.xml OPTIONS_DEFINE= GNUCHESS OPTIONS_DEFAULT=GNUCHESS GNUCHESS_DESC= Use gnuchess engine for computer player -GNUCHESS_RUN_DEPENDS= gnuchess:${PORTSDIR}/games/gnuchess +GNUCHESS_RUN_DEPENDS= gnuchess:games/gnuchess .include <bsd.port.mk> |