diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-05-03 00:28:15 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-05-03 00:28:15 +0800 |
commit | ab457a4d1dcd7fdbea7085fb000006d7e1d18bfe (patch) | |
tree | 53236930310f6bcd99c2eff9d535a6de6482c56e /audio/rhythmbox-devel | |
parent | 4026151e43355f5200e178b74b4d369d51952e28 (diff) | |
download | marcuscom-ports-ab457a4d1dcd7fdbea7085fb000006d7e1d18bfe.tar marcuscom-ports-ab457a4d1dcd7fdbea7085fb000006d7e1d18bfe.tar.gz marcuscom-ports-ab457a4d1dcd7fdbea7085fb000006d7e1d18bfe.tar.bz2 marcuscom-ports-ab457a4d1dcd7fdbea7085fb000006d7e1d18bfe.tar.lz marcuscom-ports-ab457a4d1dcd7fdbea7085fb000006d7e1d18bfe.tar.xz marcuscom-ports-ab457a4d1dcd7fdbea7085fb000006d7e1d18bfe.tar.zst marcuscom-ports-ab457a4d1dcd7fdbea7085fb000006d7e1d18bfe.zip |
Remove support for 4.X.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8759 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio/rhythmbox-devel')
-rw-r--r-- | audio/rhythmbox-devel/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/audio/rhythmbox-devel/Makefile b/audio/rhythmbox-devel/Makefile index 7e1c9799f..d5be261a0 100644 --- a/audio/rhythmbox-devel/Makefile +++ b/audio/rhythmbox-devel/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/audio/rhythmbox/Makefile,v 1.70 2007/03/07 17:00:36 adamw Exp $ +# $MCom: ports/audio/rhythmbox/Makefile,v 1.72 2007/05/01 11:23:48 ahze Exp $ # PORTNAME= rhythmbox @@ -53,10 +53,6 @@ OPTIONS= DAAP "Enable iTunes music sharing" off \ .include <bsd.port.pre.mk> -.if ${OSVERSION} < 500000 -BROKEN= Does not build on 4.X -.endif - .if !defined(WITHOUT_VORBIS) USE_GSTREAMER+= vorbis .else |