diff options
author | rene <rene@FreeBSD.org> | 2013-07-05 23:17:15 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2013-07-05 23:17:15 +0800 |
commit | 00c2eba9c298744c101cb1ebeeb75664c0b73ebb (patch) | |
tree | 941cb729514d699934eabc1c82ef031ebd016584 /astro | |
parent | cf80d9a6774a73c3e3bab06ba117a7bc82f330e6 (diff) | |
download | freebsd-ports-gnome-00c2eba9c298744c101cb1ebeeb75664c0b73ebb.tar.gz freebsd-ports-gnome-00c2eba9c298744c101cb1ebeeb75664c0b73ebb.tar.zst freebsd-ports-gnome-00c2eba9c298744c101cb1ebeeb75664c0b73ebb.zip |
Convert to USES=gmake
Remove an empty OPTIONS_DEFAULT in lang/nbc
Diffstat (limited to 'astro')
-rw-r--r-- | astro/boinc-astropulse/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/astro/boinc-astropulse/Makefile b/astro/boinc-astropulse/Makefile index 79864545155d..794977626f5c 100644 --- a/astro/boinc-astropulse/Makefile +++ b/astro/boinc-astropulse/Makefile @@ -19,11 +19,10 @@ 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 +USES= gmake pkgconfig USE_XZ= yes USE_AUTOTOOLS= autoconf:env automake:env libtool GNU_CONFIGURE= yes -USE_GMAKE= yes WRKSRC= ${WRKDIR}/${DISTNAME}/client CFLAGS+= -O2 -I${LOCALBASE}/include/boinc -I${LOCALBASE}/include \ |