1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00

devel/py-libzfs: fix build with nonstandard SRC_BASE after r520716

Upstream git rev d801c5f59f20a1889a4e4c6366c9d12f2ee50b2f changed the name
of the env variable used to indicate the location of the FreeBSD source
tree.

CC @sonicaj

Approved by:	wg (maintainer)
MFH:		2020Q1
Sponsored by:	Axcient
Differential Revision:	https://reviews.freebsd.org/D23126
This commit is contained in:
Alan Somers 2020-01-13 14:34:12 +00:00
parent 0a0508568c
commit da2ef5bd48
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=522895

View File

@ -27,8 +27,8 @@ HAS_CONFIGURE= yes
USES= python
USE_PYTHON= autoplist distutils cython
CONFIGURE_ENV= FREEBSD_SRC=${SRC_BASE}
MAKE_ENV= FREEBSD_SRC=${SRC_BASE}
CONFIGURE_ENV= freebsd_src=${SRC_BASE}
MAKE_ENV= freebsd_src=${SRC_BASE}
.include <bsd.port.options.mk>