diff options
Diffstat (limited to 'filesystems/py-libzfs/Makefile')
| -rw-r--r-- | filesystems/py-libzfs/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/filesystems/py-libzfs/Makefile b/filesystems/py-libzfs/Makefile index 35bed6c55700..148628a298e7 100644 --- a/filesystems/py-libzfs/Makefile +++ b/filesystems/py-libzfs/Makefile @@ -1,6 +1,6 @@ PORTNAME= libzfs PORTVERSION= 1.1.2023020700 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= filesystems devel python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -25,6 +25,10 @@ MAKE_ENV= freebsd_src=${SRC_BASE} .include <bsd.port.options.mk> +.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1600005 +EXTRA_PATCHES+= ${FILESDIR}/extra-libuutil.patch +.endif + .if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1401000 EXTRA_PATCHES+= ${FILESDIR}/extra-zpool-add.patch .endif |
