aboutsummaryrefslogtreecommitdiff
path: root/audio/ncmpcpp
diff options
context:
space:
mode:
authorDennis Herrmann <dhn@FreeBSD.org>2009-09-20 12:56:13 +0000
committerDennis Herrmann <dhn@FreeBSD.org>2009-09-20 12:56:13 +0000
commit62afb8b3bdc1d6214bbc62572baf50084d4d4924 (patch)
tree326b067c2892faa3d87a9f88c37e8cafc9ba013d /audio/ncmpcpp
parent8318c084d4b29e914d6eb997403e34d1ef9e8adc (diff)
downloadports-62afb8b3bdc1d6214bbc62572baf50084d4d4924.tar.gz
ports-62afb8b3bdc1d6214bbc62572baf50084d4d4924.zip
Notes
Diffstat (limited to 'audio/ncmpcpp')
-rw-r--r--audio/ncmpcpp/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/audio/ncmpcpp/Makefile b/audio/ncmpcpp/Makefile
index 895161164a90..66d8b75bf127 100644
--- a/audio/ncmpcpp/Makefile
+++ b/audio/ncmpcpp/Makefile
@@ -7,6 +7,7 @@
PORTNAME= ncmpcpp
PORTVERSION= 0.4
+PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= http://unkart.ovh.org/ncmpcpp/ \
http://mirror.mcx2.org/
@@ -41,10 +42,6 @@ LIB_DEPENDS+= ncursesw.5:${PORTSDIR}/devel/ncurses
CONFIGURE_ARGS+= NCURSES_CONFIG=/usr/bin/true
.endif
-.if ${ARCH} == "amd64" || ${ARCH} == "sparc64"
-BROKEN= Does not compile on amd64 or sparc64
-.endif
-
PLIST_FILES= bin/ncmpcpp \
%%DOCSDIR%%/config \
%%DOCSDIR%%/keys \
@@ -80,6 +77,7 @@ CONFIGURE_ARGS+= --with-taglib=no
.endif
.if !defined(WITHOUT_VISUALIZER)
+BUILD_DEPENDS= ${LOCALBASE}/include/fftw3.h:${PORTSDIR}/math/fftw3
CONFIGURE_ARGS+= --enable-visualizer
.endif