diff options
author | Koop Mast <kwm@FreeBSD.org> | 2015-04-12 17:57:39 +0800 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2015-04-12 17:57:39 +0800 |
commit | 68939315b06fad03af75872a6f8fd0207c3b2e70 (patch) | |
tree | a1d61e1dd634c284e9449743b84859ad2ad856f9 /audio/rhythmbox | |
parent | fdd853e0d3c96938fe935af51bdc3aad52a5b869 (diff) | |
download | freebsd-ports-gnome-68939315b06fad03af75872a6f8fd0207c3b2e70.tar.gz freebsd-ports-gnome-68939315b06fad03af75872a6f8fd0207c3b2e70.tar.zst freebsd-ports-gnome-68939315b06fad03af75872a6f8fd0207c3b2e70.zip |
Don't depend on other ports to drag in py3-gobject3.
Diffstat (limited to 'audio/rhythmbox')
-rw-r--r-- | audio/rhythmbox/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile index 454c4cd2fbae..ce8559b6a122 100644 --- a/audio/rhythmbox/Makefile +++ b/audio/rhythmbox/Makefile @@ -4,6 +4,7 @@ PORTNAME= rhythmbox PORTVERSION= 3.2 +PORTREVISION= 1 CATEGORIES= audio gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -27,7 +28,8 @@ LIB_DEPENDS= libmusicbrainz5.so:${PORTSDIR}/audio/libmusicbrainz5 \ USES= desktop-file-utils gettext gmake libtool pathfix \ pkgconfig tar:xz -USE_GNOME= intlhack gnomeprefix gtk30 introspection:build +USE_GNOME= intlhack gnomeprefix gtk30 introspection:build \ + py3gobject3 USE_XORG= ice xproto GNU_CONFIGURE= yes USE_GSTREAMER1= flac lame jpeg cdparanoia vorbis |