diff options
author | mat <mat@FreeBSD.org> | 2015-08-19 21:41:51 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2015-08-19 21:41:51 +0800 |
commit | 47900e9d4bacba66e2ff045420d9d83a295a542a (patch) | |
tree | 81a2ca31789f4172ca1be25f640fe0b45335d47a /audio/ncmpcpp | |
parent | b6fbcc59ce12b5456ed66f1b6348f4dda197f1dd (diff) | |
download | freebsd-ports-gnome-47900e9d4bacba66e2ff045420d9d83a295a542a.tar.gz freebsd-ports-gnome-47900e9d4bacba66e2ff045420d9d83a295a542a.tar.zst freebsd-ports-gnome-47900e9d4bacba66e2ff045420d9d83a295a542a.zip |
Fix previous commit.
Pointy hat to: mat
Sponsored by: Absolight
Diffstat (limited to 'audio/ncmpcpp')
-rw-r--r-- | audio/ncmpcpp/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 <bsd.port.pre.mk> + .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 <bsd.port.mk> +.include <bsd.port.post.mk> |