summaryrefslogtreecommitdiffstats
path: root/audio/rhythmbox/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2007-12-24 00:20:17 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2007-12-24 00:20:17 +0800
commit737e552c535ccf0c1dce49a98bd17e3510cde8d0 (patch)
tree99e0fefa3f86398bf2b329f006530b9f92db5908 /audio/rhythmbox/Makefile
parent9776f2e4c482ca8f8cc73627bc39baef82e844a8 (diff)
downloadmarcuscom-ports-737e552c535ccf0c1dce49a98bd17e3510cde8d0.tar.gz
marcuscom-ports-737e552c535ccf0c1dce49a98bd17e3510cde8d0.tar.zst
marcuscom-ports-737e552c535ccf0c1dce49a98bd17e3510cde8d0.zip
Add and update to 0.11.4
Hope I did the right thing with the python and ipod stuff. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9986 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio/rhythmbox/Makefile')
-rw-r--r--audio/rhythmbox/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile
index a70d04c26..850b79240 100644
--- a/audio/rhythmbox/Makefile
+++ b/audio/rhythmbox/Makefile
@@ -3,15 +3,15 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/audio/rhythmbox/Makefile,v 1.81 2007/07/30 19:41:19 mezz Exp $
+# $MCom$
#
PORTNAME= rhythmbox
-PORTVERSION= 0.10.1
-PORTREVISION= 5
+PORTVERSION= 0.11.4
+PORTREVISION= 0
CATEGORIES= audio gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.10
+MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.11
DIST_SUBDIR= gnome2
MAINTAINER= marcus@FreeBSD.org
@@ -99,10 +99,10 @@ RUN_DEPENDS+= ${LOCALBASE}/libexec/notification-daemon:${PORTSDIR}/deskutils/no
CONFIGURE_ARGS+= --disable-libnotify
.endif
-.if ${HAVE_GNOME:Mpygtk2}!=""
+.if exists(${LOCALBASE}/libdata/pkgconfig/gst-python-0.10.pc)
USE_PYTHON= yes
.include "${PORTSDIR}/Mk/bsd.python.mk"
-USE_GNOME+= pygtk2
+USE_GSTREAMER+= python
CONFIGURE_ARGS+=--enable-python
PLIST_SUB+= PYTHON=""
.else