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/gnome-music-quiz/Makefile | |
parent | 731fd5b898d0e44e3d16e88284a69800cb948639 (diff) |
Chase the slit of gconf to a seperate port.
Notes
Notes:
svn path=/head/; revision=131736
Diffstat (limited to 'games/gnome-music-quiz/Makefile')
-rw-r--r-- | games/gnome-music-quiz/Makefile | 4 |
1 files changed, 2 insertions, 2 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: |