1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Fix freshports sanity test failure.

http://www.freshports.org/sanity_test_failures.php?message_id=201103172328.p2HNS
9Rk065443@repoman.freebsd.org

Approved by:	rene@
Noticed by:	dvl@
This commit is contained in:
Wesley Shields 2011-03-18 14:27:54 +00:00
parent 0d781d7760
commit 15882f16c4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=271255

View File

@ -19,11 +19,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= ${LOCALBASE}/include/fftw3.h:${PORTSDIR}/math/fftw3 \
${NONEXISTENT}:${PORTSDIR}/astro/boinc-setiathome-enhanced:patch
# stolen and adapted from bsd.port.mk
.if (${OSVERSION} >= 900000 && ${OSVERSION} < 900012) || ${OSVERSION} < 800505
BUILD_DEPENDS+= ${LOCALBASE}/bin/xz:${PORTSDIR}/archivers/xz
.endif
RUN_DEPENDS= boinc_client:${PORTSDIR}/net/boinc-client
LIB_DEPENDS= fftw3f:${PORTSDIR}/math/fftw3-float
@ -48,6 +43,10 @@ BOINC_HOME?= /var/db/boinc
#OPTIONS= X11 "Build screensaver (requires net/boinc-client with X11)" on
.include <bsd.port.pre.mk>
# stolen and adapted from bsd.port.mk
.if (${OSVERSION} >= 900000 && ${OSVERSION} < 900012) || ${OSVERSION} < 800505
BUILD_DEPENDS+= ${LOCALBASE}/bin/xz:${PORTSDIR}/archivers/xz
.endif
# TODO fix upstream
.if defined(WITHOUT_X11)