diff options
author | Koop Mast <kwm@FreeBSD.org> | 2005-03-20 16:05:54 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2005-03-20 16:05:54 +0000 |
commit | c0178cd7afb26a269b9c6e57ec1ed310f6a63fb7 (patch) | |
tree | 12af32155bb8dfb9a0916048663157e1e6bcddc5 /games | |
parent | 731fd5b898d0e44e3d16e88284a69800cb948639 (diff) |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/gnome-music-quiz/Makefile | 4 | ||||
-rw-r--r-- | games/monkeybubble/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/games/gnome-music-quiz/Makefile b/games/gnome-music-quiz/Makefile index b9ab3609cd68..9e1c23a8a381 100644 --- a/games/gnome-music-quiz/Makefile +++ b/games/gnome-music-quiz/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnome-music-quiz PORTVERSION= 0.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games audio MASTER_SITES= http://ishamael.tunkeymicket.com/tarballs/ DISTNAME= mq-${PORTVERSION} @@ -19,7 +19,7 @@ RUN_DEPENDS= rhythmbox:${PORTSDIR}/audio/rhythmbox USE_X_PREFIX= yes USE_GNOME= gnomeprefix libgnomeui -USE_GSTREAMER= yes +USE_GSTREAMER= gconf USE_LIBTOOL_VER= 15 pre-configure: diff --git a/games/monkeybubble/Makefile b/games/monkeybubble/Makefile index b40bdf1c535b..5c9434a321e1 100644 --- a/games/monkeybubble/Makefile +++ b/games/monkeybubble/Makefile @@ -7,7 +7,7 @@ PORTNAME= monkeybubble PORTVERSION= 0.3.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games gnome MASTER_SITES= http://home.gna.org/monkeybubble/downloads/ DISTNAME= monkey-bubble-${PORTVERSION} @@ -19,7 +19,7 @@ USE_X_PREFIX= yes USE_LIBTOOL_VER=15 USE_REINPLACE= yes USE_GMAKE= yes -USE_GSTREAMER= ogg +USE_GSTREAMER= ogg gconf USE_GNOME= gnomehack gnomeprefix librsvg2 libgnomeui \ intlhack |