svn commit: r383849 - head/audio/rhythmbox

Koop Mast kwm at FreeBSD.org
Sun Apr 12 09:57:40 UTC 2015


Author: kwm
Date: Sun Apr 12 09:57:39 2015
New Revision: 383849
URL: https://svnweb.freebsd.org/changeset/ports/383849

Log:
  Don't depend on other ports to drag in py3-gobject3.

Modified:
  head/audio/rhythmbox/Makefile

Modified: head/audio/rhythmbox/Makefile
==============================================================================
--- head/audio/rhythmbox/Makefile	Sun Apr 12 09:55:56 2015	(r383848)
+++ head/audio/rhythmbox/Makefile	Sun Apr 12 09:57:39 2015	(r383849)
@@ -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:${PORTSD
 
 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


More information about the svn-ports-all mailing list