git: 8a36c580e223 - main - filesystems/ltfs: Remove accidental libpkg dep
Date: Wed, 29 Jan 2025 07:58:04 UTC
The branch main has been updated by kbowling: URL: https://cgit.FreeBSD.org/ports/commit/?id=8a36c580e223f80151c857f53288df13e215b92c commit 8a36c580e223f80151c857f53288df13e215b92c Author: Kevin Bowling <kbowling@FreeBSD.org> AuthorDate: 2025-01-29 07:45:41 +0000 Commit: Kevin Bowling <kbowling@FreeBSD.org> CommitDate: 2025-01-29 07:57:58 +0000 filesystems/ltfs: Remove accidental libpkg dep Also remove USES ssl while here Reported by: bapt --- filesystems/ltfs/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/filesystems/ltfs/Makefile b/filesystems/ltfs/Makefile index 6b35d2383cae..2ccec33484c7 100644 --- a/filesystems/ltfs/Makefile +++ b/filesystems/ltfs/Makefile @@ -12,11 +12,10 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libicudata.so:devel/icu \ - libpkg.so:${PKG_ORIGIN} \ libuuid.so:misc/e2fsprogs-libuuid USES= autoreconf compiler:c11 fuse gnome libtool:build pkgconfig \ - python shebangfix ssl + python shebangfix USE_GITHUB= yes GH_ACCOUNT= LinearTapeFileSystem @@ -25,7 +24,7 @@ USE_LDCONFIG= yes SHEBANG_FILES= src/utils/ltfs_ordered_copy -GNU_CONFIGURE= yes +GNU_CONFIGURE= yes GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ARGS+= --enable-icu-6x