diff options
| author | Antoine Brodin <antoine@FreeBSD.org> | 2026-01-04 19:31:37 +0000 |
|---|---|---|
| committer | Antoine Brodin <antoine@FreeBSD.org> | 2026-01-04 19:31:37 +0000 |
| commit | be7cb5054874e3e86c2f7f4acd12d0feaccbdc1a (patch) | |
| tree | 57f93e225aa7d60b9ce18863f2a90a916d065400 /filesystems | |
| parent | df48bbd4614e4be3afa8d95a2f5e29a69e281b87 (diff) | |
Diffstat (limited to 'filesystems')
| -rw-r--r-- | filesystems/libbde/Makefile | 1 | ||||
| -rw-r--r-- | filesystems/libfsapfs/Makefile | 1 | ||||
| -rw-r--r-- | filesystems/libfsext/Makefile | 2 | ||||
| -rw-r--r-- | filesystems/libfsfat/Makefile | 2 | ||||
| -rw-r--r-- | filesystems/libfshfs/Makefile | 2 | ||||
| -rw-r--r-- | filesystems/libfsntfs/Makefile | 1 | ||||
| -rw-r--r-- | filesystems/libfsxfs/Makefile | 2 | ||||
| -rw-r--r-- | filesystems/libmodi/Makefile | 1 |
8 files changed, 12 insertions, 0 deletions
diff --git a/filesystems/libbde/Makefile b/filesystems/libbde/Makefile index 4bf162ff5c38..0a6ac34c5a6d 100644 --- a/filesystems/libbde/Makefile +++ b/filesystems/libbde/Makefile @@ -12,6 +12,7 @@ LICENSE= LGPL3+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libcaes.so:security/libcaes +BUILD_DEPENDS= ${PY_SETUPTOOLS} GNU_CONFIGURE= yes GNU_CONFIGURE_MANPREFIX=${PREFIX}/share diff --git a/filesystems/libfsapfs/Makefile b/filesystems/libfsapfs/Makefile index d0bbd1c776a4..e6b5cf5a4a14 100644 --- a/filesystems/libfsapfs/Makefile +++ b/filesystems/libfsapfs/Makefile @@ -13,6 +13,7 @@ LICENSE= LGPL3+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libcaes.so:security/libcaes +BUILD_DEPENDS= ${PY_SETUPTOOLS} GNU_CONFIGURE= yes GNU_CONFIGURE_MANPREFIX=${PREFIX}/share diff --git a/filesystems/libfsext/Makefile b/filesystems/libfsext/Makefile index 6b24c1150faa..2710fcedae8a 100644 --- a/filesystems/libfsext/Makefile +++ b/filesystems/libfsext/Makefile @@ -12,6 +12,8 @@ WWW= https://github.com/libyal/libfsext LICENSE= LGPL3+ LICENSE_FILE= ${WRKSRC}/COPYING +BUILD_DEPENDS= ${PY_SETUPTOOLS} + GNU_CONFIGURE= yes GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --enable-python --with-openssl=no diff --git a/filesystems/libfsfat/Makefile b/filesystems/libfsfat/Makefile index e355ea9e2551..d1273a561134 100644 --- a/filesystems/libfsfat/Makefile +++ b/filesystems/libfsfat/Makefile @@ -12,6 +12,8 @@ WWW= https://github.com/libyal/libfsfat LICENSE= LGPL3+ LICENSE_FILE= ${WRKSRC}/COPYING +BUILD_DEPENDS= ${PY_SETUPTOOLS} + GNU_CONFIGURE= yes GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --enable-python --with-openssl=no diff --git a/filesystems/libfshfs/Makefile b/filesystems/libfshfs/Makefile index 6a6490d284ac..9a2a279e3ec5 100644 --- a/filesystems/libfshfs/Makefile +++ b/filesystems/libfshfs/Makefile @@ -12,6 +12,8 @@ WWW= https://github.com/libyal/libfshfs LICENSE= LGPL3+ LICENSE_FILE= ${WRKSRC}/COPYING +BUILD_DEPENDS= ${PY_SETUPTOOLS} + GNU_CONFIGURE= yes GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --enable-python --with-openssl=no diff --git a/filesystems/libfsntfs/Makefile b/filesystems/libfsntfs/Makefile index c30b9ddf1eee..2ce8940b4afa 100644 --- a/filesystems/libfsntfs/Makefile +++ b/filesystems/libfsntfs/Makefile @@ -13,6 +13,7 @@ LICENSE= LGPL3+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libfwnt.so:devel/libfwnt +BUILD_DEPENDS= ${PY_SETUPTOOLS} GNU_CONFIGURE= yes GNU_CONFIGURE_MANPREFIX=${PREFIX}/share diff --git a/filesystems/libfsxfs/Makefile b/filesystems/libfsxfs/Makefile index 0a27442c6eae..97607a801e5c 100644 --- a/filesystems/libfsxfs/Makefile +++ b/filesystems/libfsxfs/Makefile @@ -12,6 +12,8 @@ WWW= https://github.com/libyal/libfsxfs LICENSE= LGPL3+ LICENSE_FILE= ${WRKSRC}/COPYING +BUILD_DEPENDS= ${PY_SETUPTOOLS} + GNU_CONFIGURE= yes GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --enable-python --with-openssl=no diff --git a/filesystems/libmodi/Makefile b/filesystems/libmodi/Makefile index 1936e9639855..ff338d847fc2 100644 --- a/filesystems/libmodi/Makefile +++ b/filesystems/libmodi/Makefile @@ -13,6 +13,7 @@ LICENSE= LGPL3+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libcaes.so:security/libcaes +BUILD_DEPENDS= ${PY_SETUPTOOLS} GNU_CONFIGURE= yes GNU_CONFIGURE_MANPREFIX=${PREFIX}/share |
