diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-08-17 05:49:23 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-08-17 05:49:23 +0800 |
commit | 63880d9498c06250792eb66c673735ff552f0bf3 (patch) | |
tree | 659d76695e91885fb274dc172861c55dfbe831ec /audio/rhythmbox | |
parent | b28e99b6bc865907f86e3d425a710e40a60319b8 (diff) | |
download | marcuscom-ports-63880d9498c06250792eb66c673735ff552f0bf3.tar marcuscom-ports-63880d9498c06250792eb66c673735ff552f0bf3.tar.gz marcuscom-ports-63880d9498c06250792eb66c673735ff552f0bf3.tar.bz2 marcuscom-ports-63880d9498c06250792eb66c673735ff552f0bf3.tar.lz marcuscom-ports-63880d9498c06250792eb66c673735ff552f0bf3.tar.xz marcuscom-ports-63880d9498c06250792eb66c673735ff552f0bf3.tar.zst marcuscom-ports-63880d9498c06250792eb66c673735ff552f0bf3.zip |
Sync with FreeBSD ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12647 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio/rhythmbox')
-rw-r--r-- | audio/rhythmbox/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile index 92f3d81b5..f9a5f2d2f 100644 --- a/audio/rhythmbox/Makefile +++ b/audio/rhythmbox/Makefile @@ -3,12 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/audio/rhythmbox/Makefile,v 1.99 2009/07/19 08:54:51 kwm Exp $ # PORTNAME= rhythmbox PORTVERSION= 0.12.3 -PORTREVISION= 1 +PORTREVISION= 3 CATEGORIES= audio gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -115,7 +115,7 @@ PLIST_SUB+= PYTHON="@comment " .endif .if !defined(WITHOUT_IPOD) -LIB_DEPENDS+= gpod.3:${PORTSDIR}/audio/libgpod +LIB_DEPENDS+= gpod.5:${PORTSDIR}/audio/libgpod CONFIGURE_ARGS+=--with-ipod PLIST_SUB+= IPOD="" .else |