diff options
author | rene <rene@FreeBSD.org> | 2011-02-07 06:39:56 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2011-02-07 06:39:56 +0800 |
commit | 50df2cd692596aa6d939b8290c4e372a06aa98cc (patch) | |
tree | 487f030cfd9037e0b611fc70c84ea848c6399047 /astro | |
parent | 422107de3623badba54dbc2b595af201c65e5e45 (diff) | |
download | freebsd-ports-gnome-50df2cd692596aa6d939b8290c4e372a06aa98cc.tar.gz freebsd-ports-gnome-50df2cd692596aa6d939b8290c4e372a06aa98cc.tar.zst freebsd-ports-gnome-50df2cd692596aa6d939b8290c4e372a06aa98cc.zip |
Fix directory location for the setiathome patch dependency and
remove bogus MANUAL_PACKAGE_BUILDING line.
Lessons from: pav
Pointy hat to: rene
Feature safe: yes
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 |