diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-06-14 21:08:43 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-06-14 21:08:43 +0800 |
commit | 21dff0f48c4b0c6b98dbde1e226100acea0a3480 (patch) | |
tree | 1e24d93ddb051bd611b3c25b56b80298f7b59d0e | |
parent | 3d56598c9c1d5a9fd3c8db1c916978c80603a82a (diff) | |
download | marcuscom-ports-21dff0f48c4b0c6b98dbde1e226100acea0a3480.tar marcuscom-ports-21dff0f48c4b0c6b98dbde1e226100acea0a3480.tar.gz marcuscom-ports-21dff0f48c4b0c6b98dbde1e226100acea0a3480.tar.bz2 marcuscom-ports-21dff0f48c4b0c6b98dbde1e226100acea0a3480.tar.lz marcuscom-ports-21dff0f48c4b0c6b98dbde1e226100acea0a3480.tar.xz marcuscom-ports-21dff0f48c4b0c6b98dbde1e226100acea0a3480.tar.zst marcuscom-ports-21dff0f48c4b0c6b98dbde1e226100acea0a3480.zip |
Also needs itstool for build depend.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16937 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | games/gnome-games3/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/gnome-games3/Makefile b/games/gnome-games3/Makefile index 77b4801b0..c885b9b91 100644 --- a/games/gnome-games3/Makefile +++ b/games/gnome-games3/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/games/gnome-games3/Makefile,v 1.21 2012/06/13 21:48:48 mezz Exp $ +# $MCom: ports/games/gnome-games3/Makefile,v 1.22 2012/06/14 11:41:55 kwm Exp $ # PORTNAME= gnome-games @@ -17,6 +17,7 @@ COMMENT= The game applications package for the GNOME 3 Desktop Environment BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection \ yelp-tools>=0:${PORTSDIR}/textproc/yelp-tools \ + itstool:${PORTSDIR}/textproc/itstool \ valac:${PORTSDIR}/lang/vala LIB_DEPENDS= guile.21:${PORTSDIR}/lang/guile \ sqlite3.8:${PORTSDIR}/databases/sqlite3 \ |