1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Add archivers/xz as a build dependency on systems which do not have it

in the base system.  This fixes the package build.

Submitted by:	pointyhat via pav
This commit is contained in:
Rene Ladan 2011-03-17 23:28:09 +00:00
parent 24d8c3bc2f
commit c32e22812c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=271180

View File

@ -19,6 +19,11 @@ 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