diff options
author | rene <rene@FreeBSD.org> | 2013-07-18 18:28:49 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2013-07-18 18:28:49 +0800 |
commit | f5dcc64fabfc7caf6233f0b10580656b92fc9619 (patch) | |
tree | bc37e27484b2d6f211f71749a2b4b9f94e20a109 | |
parent | 643f836398d0ba43f07154028e56a281088f34ea (diff) | |
download | freebsd-ports-gnome-f5dcc64fabfc7caf6233f0b10580656b92fc9619.tar.gz freebsd-ports-gnome-f5dcc64fabfc7caf6233f0b10580656b92fc9619.tar.zst freebsd-ports-gnome-f5dcc64fabfc7caf6233f0b10580656b92fc9619.zip |
Convert to USES=gmake
-rw-r--r-- | astro/boinc-setiathome-enhanced/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/astro/boinc-setiathome-enhanced/Makefile b/astro/boinc-setiathome-enhanced/Makefile index d6c057a270e2..7497dd2f0006 100644 --- a/astro/boinc-setiathome-enhanced/Makefile +++ b/astro/boinc-setiathome-enhanced/Makefile @@ -18,11 +18,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 GNU_CONFIGURE= yes -USE_GMAKE= yes USE_GCC= any CFLAGS+= -O2 -I${LOCALBASE}/include/boinc -I${LOCALBASE}/include \ |