diff options
Diffstat (limited to 'audio/ncmpcpp/Makefile')
-rw-r--r-- | audio/ncmpcpp/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/audio/ncmpcpp/Makefile b/audio/ncmpcpp/Makefile index c9210f8f9bec..b7fd2f6c07df 100644 --- a/audio/ncmpcpp/Makefile +++ b/audio/ncmpcpp/Makefile @@ -6,8 +6,7 @@ # PORTNAME= ncmpcpp -PORTVERSION= 0.4.1 -PORTREVISION= 1 +PORTVERSION= 0.5 CATEGORIES= audio MASTER_SITES= http://unkart.ovh.org/ncmpcpp/ \ http://mirror.mcx2.org/ @@ -15,6 +14,9 @@ MASTER_SITES= http://unkart.ovh.org/ncmpcpp/ \ MAINTAINER= dhn@FreeBSD.org COMMENT= A ncurses mpd client, clone of ncmpc with some new features +LIB_DEPENDS= mpdclient:${PORTSDIR}/audio/libmpdclient \ + fftw3.5:${PORTSDIR}/math/fftw3 + USE_BZIP2= yes GNU_CONFIGURE= yes USE_ICONV= yes @@ -81,10 +83,6 @@ BUILD_DEPENDS= ${LOCALBASE}/include/fftw3.h:${PORTSDIR}/math/fftw3 CONFIGURE_ARGS+= --enable-visualizer .endif -post-patch: - @${REINPLACE_CMD} -e 's|/usr/share/i18n/SUPPORTED|${LOCALBASE}/share/locale|g' \ - -e 's|iconv.h|sys/iconv.h|g' ${WRKSRC}/configure* - post-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/ncmpcpp ${PREFIX}/bin/ .if !defined(NOPORTDOCS) |