mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +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:
parent
0d781d7760
commit
15882f16c4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=271255
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user