diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-30 23:01:05 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-30 23:01:05 +0000 |
commit | 5163781803124a083a6fdae72fd2235faf64ac0c (patch) | |
tree | 6b331be596022c1f3f38a56b08f44da1db3d7278 /audio/rhythmbox | |
parent | 33d4141ac9cf4bbc3ef63d28cc68c5a30b4b364a (diff) | |
download | ports-5163781803124a083a6fdae72fd2235faf64ac0c.tar.gz ports-5163781803124a083a6fdae72fd2235faf64ac0c.zip |
Notes
Diffstat (limited to 'audio/rhythmbox')
-rw-r--r-- | audio/rhythmbox/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile index 96d892a53744..3422f3d7430d 100644 --- a/audio/rhythmbox/Makefile +++ b/audio/rhythmbox/Makefile @@ -1,6 +1,7 @@ # Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ # $MCom: ports/audio/rhythmbox/Makefile,v 1.115 2011/05/04 18:44:36 kwm Exp $ + PORTNAME= rhythmbox PORTVERSION= 0.12.8 PORTREVISION= 10 @@ -24,10 +25,9 @@ LIB_DEPENDS= musicbrainz3.6:${PORTSDIR}/audio/libmusicbrainz3 \ CONFLICTS= rhythmbox-2.[0-9]* rhythmbox-3.[0-9]* USE_BZIP2= yes -USES= gettext +USES= gettext gmake pathfix INSTALLS_OMF= yes -USE_GMAKE= yes -USE_GNOME= gnomehack intlhack gnomeprefix gtk20 nautilus2 +USE_GNOME= intlhack gnomeprefix gtk20 nautilus2 WANT_GNOME= yes USE_GSTREAMER= flac mp3 gnomevfs gconf jpeg USE_AUTOTOOLS= libtool |