diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-18 11:33:03 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-18 11:33:03 +0000 |
commit | 019a41031634f13353bc0ba0a8bb53b846d3a0fc (patch) | |
tree | 262d6a60115eb0af5e4abd718575bdbeae2c8654 /astro | |
parent | 6e1bddf4e3f32a5f38e5258945489201bf6c5f12 (diff) |
Notes
Diffstat (limited to 'astro')
-rw-r--r-- | astro/boinc-astropulse/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/astro/boinc-astropulse/Makefile b/astro/boinc-astropulse/Makefile index 59d5c37cc69e..90582446716d 100644 --- a/astro/boinc-astropulse/Makefile +++ b/astro/boinc-astropulse/Makefile @@ -20,9 +20,7 @@ RUN_DEPENDS= boinc_client:${PORTSDIR}/net/boinc-client LIB_DEPENDS= libfftw3f.so:${PORTSDIR}/math/fftw3-float GNU_CONFIGURE= yes -USES= gmake libtool pkgconfig tar:xz -USE_AUTOTOOLS= libtoolize aclocal autoconf autoheader automake -AUTOMAKE_ARGS= -a -c -f +USES= autoreconf gmake libtool pkgconfig tar:xz WRKSRC= ${WRKDIR}/${DISTNAME}/client CPPFLAGS+= -I${LOCALBASE}/include/boinc -I${LOCALBASE}/include |