diff options
author | Rene Ladan <rene@FreeBSD.org> | 2011-02-06 22:39:56 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2011-02-06 22:39:56 +0000 |
commit | 4792dd441cb0c8fc0fee3a284007cbf0c6eaec2f (patch) | |
tree | 11b23141359ab41d65de966f95214cc3183e4617 /astro | |
parent | ccf467071950bd06898fbd086c19cc2d07e403e7 (diff) | |
download | ports-4792dd441cb0c8fc0fee3a284007cbf0c6eaec2f.tar.gz ports-4792dd441cb0c8fc0fee3a284007cbf0c6eaec2f.zip |
Notes
Diffstat (limited to 'astro')
-rw-r--r-- | astro/boinc-astropulse/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/astro/boinc-astropulse/Makefile b/astro/boinc-astropulse/Makefile index 20df2374bee2..f500f4d6c96e 100644 --- a/astro/boinc-astropulse/Makefile +++ b/astro/boinc-astropulse/Makefile @@ -16,8 +16,6 @@ COMMENT= Astropulse for BOINC LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -MANUAL_PACKAGE_BUILDING= tinderbox does not understand :patch depend targets - BUILD_DEPENDS= ${LOCALBASE}/include/fftw3.h:${PORTSDIR}/math/fftw3 \ ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash \ ${NONEXISTENT}:${PORTSDIR}/astro/boinc-setiathome-enhanced:patch @@ -69,9 +67,10 @@ PLIST_SUB+= X11="@comment " CFLAGS+= -mtune=native .endif +SETI_WORK!= cd ${.CURDIR}/../boinc-setiathome-enhanced && ${MAKE} -V WRKSRC CONFIGURE_ENV+= BOINCDIR="${NONEXISTENT}" \ BOINC_DIR="${NONEXISTENT}" \ - SETI_BOINC_DIR="${PORTSDIR}/astro/boinc-setiathome-enhanced/work/setiathome-svn-412" + SETI_BOINC_DIR="${SETI_WORK}" CONFIGURE_ARGS+= --disable-static-client \ --with-boinc-platform=${ARCH}-portbld-freebsd |