diff options
author | ahze <ahze@FreeBSD.org> | 2006-05-11 15:12:06 +0000 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2006-05-11 15:12:06 +0000 |
commit | 203e1b02856fda7821ba5214272240ca29418fca (patch) | |
tree | 3c56c347254b62b06bf4e7341777e57ebb8201d1 /audio/xmms-imms | |
parent | 5868b771b0fcac9015e9999a24e198f586cbfb55 (diff) | |
download | FreeBSD-ports-203e1b02856fda7821ba5214272240ca29418fca.zip FreeBSD-ports-203e1b02856fda7821ba5214272240ca29418fca.tar.gz |
- Chase fftw3 libver bump
Diffstat (limited to 'audio/xmms-imms')
-rw-r--r-- | audio/xmms-imms/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/xmms-imms/Makefile b/audio/xmms-imms/Makefile index 7a13ed6..7dc6c2d 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: |