aboutsummaryrefslogtreecommitdiffstats
path: root/audio/ncmpcpp
diff options
context:
space:
mode:
authordhn <dhn@FreeBSD.org>2009-09-20 20:56:13 +0800
committerdhn <dhn@FreeBSD.org>2009-09-20 20:56:13 +0800
commitd0d24a1d11736ffaa300325f669678b60f4fe421 (patch)
tree5bef78476b67a07d86447babd66f840093d86379 /audio/ncmpcpp
parent3a39b2774384cde5643acd2bf867cf916a51371f (diff)
downloadfreebsd-ports-gnome-d0d24a1d11736ffaa300325f669678b60f4fe421.tar.gz
freebsd-ports-gnome-d0d24a1d11736ffaa300325f669678b60f4fe421.tar.zst
freebsd-ports-gnome-d0d24a1d11736ffaa300325f669678b60f4fe421.zip
- Fix build on amd64
Feature safe: yes
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