diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-02-16 19:09:25 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-02-16 19:09:25 +0800 |
commit | 208be98019c81bdccac4787b56799cca3ac6abec (patch) | |
tree | 1c7f22d8a2b85ad992449d67bf069eaf0ed37148 /games | |
parent | 7ad33e446555fac518f1d5740879c82e58501458 (diff) | |
download | marcuscom-ports-208be98019c81bdccac4787b56799cca3ac6abec.tar marcuscom-ports-208be98019c81bdccac4787b56799cca3ac6abec.tar.gz marcuscom-ports-208be98019c81bdccac4787b56799cca3ac6abec.tar.bz2 marcuscom-ports-208be98019c81bdccac4787b56799cca3ac6abec.tar.lz marcuscom-ports-208be98019c81bdccac4787b56799cca3ac6abec.tar.xz marcuscom-ports-208be98019c81bdccac4787b56799cca3ac6abec.tar.zst marcuscom-ports-208be98019c81bdccac4787b56799cca3ac6abec.zip |
Add missing depends on pygnomedesktop
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8362 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'games')
-rw-r--r-- | games/gnome-games/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile index 253a71264..419bf0826 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.134 2007/01/28 04:30:16 marcus Exp $ +# $MCom: ports/games/gnome-games/Makefile,v 1.135 2007/02/13 20:56:43 marcus Exp $ # PORTNAME= gnome-games @@ -26,7 +26,7 @@ INSTALLS_ICONS= yes USE_XLIB= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui \ - librsvg2 desktopfileutils pygnome2 gnomedocutils + librsvg2 desktopfileutils pygnomedesktop gnomedocutils GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |