diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2019-06-09 22:35:27 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2019-06-09 22:35:27 +0000 |
commit | 808e522fb3b743deb6afe3bd25ca929eeccd4264 (patch) | |
tree | 48539a26dd7be91b6b0936daf0aa465145be3baa /astro | |
parent | f54fdc248963b443b8718b7cec5ce56b46532fa3 (diff) | |
download | ports-808e522fb3b743deb6afe3bd25ca929eeccd4264.tar.gz ports-808e522fb3b743deb6afe3bd25ca929eeccd4264.zip |
Notes
Diffstat (limited to 'astro')
-rw-r--r-- | astro/boinc-astropulse/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/boinc-astropulse/Makefile b/astro/boinc-astropulse/Makefile index d702f628d418..6107590a8f9c 100644 --- a/astro/boinc-astropulse/Makefile +++ b/astro/boinc-astropulse/Makefile @@ -21,7 +21,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/fftw3.h:math/fftw3 \ RUN_DEPENDS= boinc_client:net/boinc-client LIB_DEPENDS= libfftw3f.so:math/fftw3-float -USES= autoreconf gmake libtool pkgconfig tar:xz +USES= autoreconf compiler:c++11-lang gmake libtool pkgconfig tar:xz GNU_CONFIGURE= yes |