From 47900e9d4bacba66e2ff045420d9d83a295a542a Mon Sep 17 00:00:00 2001 From: mat Date: Wed, 19 Aug 2015 13:41:51 +0000 Subject: Fix previous commit. Pointy hat to: mat Sponsored by: Absolight --- audio/ncmpcpp/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'audio/ncmpcpp') diff --git a/audio/ncmpcpp/Makefile b/audio/ncmpcpp/Makefile index d9b2cc94695c..9b2c75dd9119 100644 --- a/audio/ncmpcpp/Makefile +++ b/audio/ncmpcpp/Makefile @@ -50,6 +50,8 @@ OUTPUTS_CONFIGURE_ENABLE= outputs VISUALIZER_BUILD_DEPENDS= ${LOCALBASE}/include/fftw3.h:${PORTSDIR}/math/fftw3 VISUALIZER_CONFIGURE_ENABLE= visualizer +.include + .if ${NCURSESBASE} == /usr # no need to use ncurses-config if we use ncurses from the base system CONFIGURE_ARGS+= NCURSES_CONFIG=/usr/bin/true @@ -62,4 +64,4 @@ post-install-DOCS-on: ${INSTALL_DATA} ${WRKSRC}/NEWS ${WRKSRC}/AUTHORS ${WRKSRC}/COPYING ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/bindings ${WRKSRC}/doc/config ${STAGEDIR}${DOCSDIR}/ -.include +.include -- cgit