diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 06:26:31 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 06:26:31 +0000 |
commit | 6ee4f3c0edb78d03dd3593708882d63a840d5fbd (patch) | |
tree | dd2960674890c75b92567e09d64953d38bf531fd /astro/boinc-astropulse | |
parent | c03bfbe46d862034379cd278fe40e74125bfd355 (diff) |
Notes
Diffstat (limited to 'astro/boinc-astropulse')
-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 a1c76fd87141..c511d6341120 100644 --- a/astro/boinc-astropulse/Makefile +++ b/astro/boinc-astropulse/Makefile @@ -19,11 +19,11 @@ BUILD_DEPENDS= ${LOCALBASE}/include/fftw3.h:${PORTSDIR}/math/fftw3 \ RUN_DEPENDS= boinc_client:${PORTSDIR}/net/boinc-client LIB_DEPENDS= fftw3f:${PORTSDIR}/math/fftw3-float +USES= pkgconfig USE_XZ= yes USE_AUTOTOOLS= autoconf:env automake:env libtool GNU_CONFIGURE= yes USE_GMAKE= yes -USE_PKGCONFIG= build WRKSRC= ${WRKDIR}/${DISTNAME}/client CFLAGS+= -O2 -I${LOCALBASE}/include/boinc -I${LOCALBASE}/include \ |