diff options
author | kwm <kwm@FreeBSD.org> | 2005-03-21 00:05:54 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2005-03-21 00:05:54 +0800 |
commit | 44b24ead6e3ce397783b1fc8dff935c6efbbb8d3 (patch) | |
tree | 51d3b7c8f4af32a4b4472602b2cdf6b26a2f2f4e /games | |
parent | b90fb2824de6863b58308af7062e48be8c7eb866 (diff) | |
download | freebsd-ports-gnome-44b24ead6e3ce397783b1fc8dff935c6efbbb8d3.tar.gz freebsd-ports-gnome-44b24ead6e3ce397783b1fc8dff935c6efbbb8d3.tar.zst freebsd-ports-gnome-44b24ead6e3ce397783b1fc8dff935c6efbbb8d3.zip |
Chase the slit of gconf to a seperate port.
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 |