diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-07-31 03:58:05 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-07-31 03:58:05 +0800 |
commit | 9f4312d414f48e386f726118bc85ff0b94463c4f (patch) | |
tree | 6e9ee3874142698553bc1ed3a330d474c3a2ae54 /audio/rhythmbox-devel | |
parent | a56b1567cab361fb1874785378752a094dc6c8d1 (diff) | |
download | marcuscom-ports-9f4312d414f48e386f726118bc85ff0b94463c4f.tar marcuscom-ports-9f4312d414f48e386f726118bc85ff0b94463c4f.tar.gz marcuscom-ports-9f4312d414f48e386f726118bc85ff0b94463c4f.tar.bz2 marcuscom-ports-9f4312d414f48e386f726118bc85ff0b94463c4f.tar.lz marcuscom-ports-9f4312d414f48e386f726118bc85ff0b94463c4f.tar.xz marcuscom-ports-9f4312d414f48e386f726118bc85ff0b94463c4f.tar.zst marcuscom-ports-9f4312d414f48e386f726118bc85ff0b94463c4f.zip |
Sync w/ FreeBSD ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9277 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio/rhythmbox-devel')
-rw-r--r-- | audio/rhythmbox-devel/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/rhythmbox-devel/Makefile b/audio/rhythmbox-devel/Makefile index 9ee0c9029..a158765ce 100644 --- a/audio/rhythmbox-devel/Makefile +++ b/audio/rhythmbox-devel/Makefile @@ -3,12 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/audio/rhythmbox/Makefile,v 1.79 2007/06/10 18:49:50 marcus Exp $ +# $MCom: ports/audio/rhythmbox/Makefile,v 1.80 2007/07/05 01:57:57 marcus Exp $ # PORTNAME= rhythmbox PORTVERSION= 0.10.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.10 @@ -111,7 +111,7 @@ PLIST_SUB+= PYTHON="@comment " .endif .if !defined(WITHOUT_IPOD) -LIB_DEPENDS+= gpod.1:${PORTSDIR}/audio/libgpod +LIB_DEPENDS+= gpod.2:${PORTSDIR}/audio/libgpod CONFIGURE_ARGS+=--with-ipod PLIST_SUB+= IPOD="" .else |