diff options
author | bapt <bapt@FreeBSD.org> | 2013-08-31 07:01:05 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-08-31 07:01:05 +0800 |
commit | 216ddc419baa671bdc18a793418729537600d99b (patch) | |
tree | 6b331be596022c1f3f38a56b08f44da1db3d7278 /audio/rhythmbox | |
parent | 6888ddfe5af42cca3e395048136f34cfb0f50c53 (diff) | |
download | freebsd-ports-gnome-216ddc419baa671bdc18a793418729537600d99b.tar.gz freebsd-ports-gnome-216ddc419baa671bdc18a793418729537600d99b.tar.zst freebsd-ports-gnome-216ddc419baa671bdc18a793418729537600d99b.zip |
Convert audio from USE_GMAKE to USES=gmake
While here:
- Trim headers
- Convert some USE_GNOME=pkgconfig to USES=pkgconfig
- Add some missing pkgconf dependencies
- Convert some USE_GNOME=gnomehack to USES=pathfix
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 |