diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/gnome-music-quiz/Makefile | 2 | ||||
-rw-r--r-- | games/monkeybubble/Makefile | 5 | ||||
-rw-r--r-- | games/monkeybubble/pkg-plist | 3 |
3 files changed, 4 insertions, 6 deletions
diff --git a/games/gnome-music-quiz/Makefile b/games/gnome-music-quiz/Makefile index a1a0f9599724..4cec8f316557 100644 --- a/games/gnome-music-quiz/Makefile +++ b/games/gnome-music-quiz/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= rhythmbox:${PORTSDIR}/audio/rhythmbox USE_X_PREFIX= yes USE_GNOME= gnomeprefix libgnomeui -USE_GSTREAMER= gconf +USE_GSTREAMER80= gconf GNU_CONFIGURE= yes pre-configure: diff --git a/games/monkeybubble/Makefile b/games/monkeybubble/Makefile index 070b858f715c..458a09b5632e 100644 --- a/games/monkeybubble/Makefile +++ b/games/monkeybubble/Makefile @@ -16,15 +16,16 @@ MAINTAINER= adamw@FreeBSD.org COMMENT= GTK2 Puzzle Bobble clone with monkeys USE_X_PREFIX= yes -USE_REINPLACE= yes HAS_MONKEYS= yes GNU_CONFIGURE= yes USE_GMAKE= yes -USE_GSTREAMER= ogg gconf +USE_GSTREAMER80= ogg gconf USE_GNOME= gnomehack gnomeprefix librsvg2 libgnomeui \ intlhack +GCONF_SCHEMAS= monkey-bubble.schemas + CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" diff --git a/games/monkeybubble/pkg-plist b/games/monkeybubble/pkg-plist index 0bc871f55572..6781cd0296ef 100644 --- a/games/monkeybubble/pkg-plist +++ b/games/monkeybubble/pkg-plist @@ -1,8 +1,5 @@ bin/monkey-bubble bin/monkey-srv -@unexec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/monkey-bubble.schemas > /dev/null || /usr/bin/true -etc/gconf/schemas/monkey-bubble.schemas -@exec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/monkey-bubble.schemas > /dev/null || /usr/bin/true share/gnome/applications/monkey-bubble.desktop share/gnome/help/monkey-bubble/C/empty.xml share/gnome/help/monkey-bubble/C/monkey-bubble.xml |