From 2212408e6921e0d00a9d38c85c71feb4957a7bc3 Mon Sep 17 00:00:00 2001
From: Michael Johnson <ahze@FreeBSD.org>
Date: Thu, 11 May 2006 15:12:06 +0000
Subject: - Chase fftw3 libver bump

---
 audio/xmms-imms/Makefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

(limited to 'audio/xmms-imms')

diff --git a/audio/xmms-imms/Makefile b/audio/xmms-imms/Makefile
index 7a13ed6a6e74..7dc6c2d5947b 100644
--- a/audio/xmms-imms/Makefile
+++ b/audio/xmms-imms/Makefile
@@ -7,7 +7,7 @@
 
 PORTNAME=	imms
 PORTVERSION=	1.2a
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	audio
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -21,7 +21,7 @@ BUILD_DEPENDS=	sox:${PORTSDIR}/audio/sox \
 LIB_DEPENDS=	xmms.4:${PORTSDIR}/multimedia/xmms \
 		sqlite3:${PORTSDIR}/databases/sqlite3 \
 		pcre.0:${PORTSDIR}/devel/pcre \
-		fftw3f.3:${PORTSDIR}/math/fftw3-float \
+		fftw3f.4:${PORTSDIR}/math/fftw3-float \
 		tag.5:${PORTSDIR}/audio/taglib
 
 USE_BZIP2=	yes
@@ -40,11 +40,11 @@ INSTALLS_SHLIB=	yes
 .include <bsd.port.pre.mk>
 
 .if ${ARCH} != "i386"
-BROKEN=		"Does not compile"
+BROKEN=		Does not compile
 .endif
 
 .if ${OSVERSION} < 500000
-BROKEN=		"Does not compile"
+BROKEN=		Does not compile
 .endif
 
 post-patch:
-- 
cgit v1.2.3