diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-02-05 08:45:12 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-02-05 08:45:12 +0800 |
commit | 34a7901faa92482faeb2ecf0b1d12616ea01b4df (patch) | |
tree | 53073909f2f95639bb9b67a5a3d1e4169a1d2036 /audio/rhythmbox/Makefile | |
parent | 5e9f4ee59cf0a9aacb954beb77fc1cacef119ee4 (diff) | |
download | marcuscom-ports-34a7901faa92482faeb2ecf0b1d12616ea01b4df.tar marcuscom-ports-34a7901faa92482faeb2ecf0b1d12616ea01b4df.tar.gz marcuscom-ports-34a7901faa92482faeb2ecf0b1d12616ea01b4df.tar.bz2 marcuscom-ports-34a7901faa92482faeb2ecf0b1d12616ea01b4df.tar.lz marcuscom-ports-34a7901faa92482faeb2ecf0b1d12616ea01b4df.tar.xz marcuscom-ports-34a7901faa92482faeb2ecf0b1d12616ea01b4df.tar.zst marcuscom-ports-34a7901faa92482faeb2ecf0b1d12616ea01b4df.zip |
Update to 0.9.3.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5622 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio/rhythmbox/Makefile')
-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 33f75b489..e388f8acd 100644 --- a/audio/rhythmbox/Makefile +++ b/audio/rhythmbox/Makefile @@ -3,11 +3,11 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/audio/rhythmbox/Makefile,v 1.45 2006/01/24 21:17:56 ahze Exp $ +# $MCom: ports/audio/rhythmbox/Makefile,v 1.46 2006/02/02 09:13:38 marcus Exp $ # PORTNAME= rhythmbox -PORTVERSION= 0.9.3 +PORTVERSION= 0.9.3.1 PORTREVISION= 1 CATEGORIES= audio gnome MASTER_SITES= ${MASTER_SITE_GNOME} @@ -44,7 +44,7 @@ OPTIONS= IPOD "Enable iPod support" off \ .include <bsd.port.pre.mk> .if ${OSVERSION} < 500000 -BROKEN= "Does not build on 4.X" +BROKEN= Does not build on 4.X .endif .ifdef (WITH_IPOD) |