diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-05-11 15:12:06 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-05-11 15:12:06 +0000 |
commit | 2212408e6921e0d00a9d38c85c71feb4957a7bc3 (patch) | |
tree | 869b3f75a9d45c170b75fcadb287834b56f72181 /audio/xmms-imms | |
parent | d74ec151602e0abbb6b4eaf00038e0746eae1949 (diff) | |
download | ports-2212408e6921e0d00a9d38c85c71feb4957a7bc3.tar.gz ports-2212408e6921e0d00a9d38c85c71feb4957a7bc3.zip |
Notes
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 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: |