Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Apr 2015 09:57:39 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r383849 - head/audio/rhythmbox
Message-ID:  <201504120957.t3C9vd4e095773@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504120957.t3C9vd4e095773>