diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-04-03 19:48:24 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-04-03 19:48:24 +0800 |
commit | d8b6ae7fb036baf5e24072c59e52e45031d7cfa6 (patch) | |
tree | e9e2759ffbc4345d2a5f8aeb0f763c16c9204d4f /games/gnome-games | |
parent | 5ad49203fe0947f0168ec6743860ce8e5f2de892 (diff) | |
download | marcuscom-ports-d8b6ae7fb036baf5e24072c59e52e45031d7cfa6.tar.gz marcuscom-ports-d8b6ae7fb036baf5e24072c59e52e45031d7cfa6.tar.zst marcuscom-ports-d8b6ae7fb036baf5e24072c59e52e45031d7cfa6.zip |
Remove gir-gconf2 from build deps. s,${PORTSDID},${PORTSDIR},
keep gir-gconf2 in run depends, atleast 1 seed game wants it.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14008 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'games/gnome-games')
-rw-r--r-- | games/gnome-games/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile index 2208c19d4..133741286 100644 --- a/games/gnome-games/Makefile +++ b/games/gnome-games/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/games/gnome-games/Makefile,v 1.215 2010/03/14 02:38:18 kwm Exp $ +# $MCom: ports/games/gnome-games/Makefile,v 1.216 2010/04/03 09:40:27 kwm Exp $ # PORTNAME= gnome-games @@ -15,14 +15,13 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= The game applications package for the GNOME 2 Desktop Environment -BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection \ - ${LOCALBASE}/share/gir-1.0/GConf-2.0.gir:${PORTSDID}/devel/gir-repository-gconf2 +BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection LIB_DEPENDS= guile.20:${PORTSDIR}/lang/guile \ clutter-gtk-0.10.0:${PORTSDIR}/graphics/clutter-gtk \ clutter-glx-1.0.0:${PORTSDIR}/graphics/clutter \ ggzmod.5:${PORTSDIR}/games/ggz-client-libs RUN_DEPENDS= seed:${PORTSDIR}/devel/seed \ - ${LOCALBASE}/share/gir-1.0/GConf-2.0.gir:${PORTSDID}/devel/gir-repository-gconf2 + ${LOCALBASE}/share/gir-1.0/GConf-2.0.gir:${PORTSDIR}/devel/gir-repository-gconf2 USE_BZIP2= yes USE_PYTHON= yes |