mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
filesystems/ltfs: Remove accidental libpkg dep
Also remove USES ssl while here Reported by: bapt
This commit is contained in:
parent
5fb9bd4bca
commit
8a36c580e2
1 changed files with 2 additions and 3 deletions
|
@ -12,11 +12,10 @@ LICENSE= BSD3CLAUSE
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
LIB_DEPENDS= libicudata.so:devel/icu \
|
LIB_DEPENDS= libicudata.so:devel/icu \
|
||||||
libpkg.so:${PKG_ORIGIN} \
|
|
||||||
libuuid.so:misc/e2fsprogs-libuuid
|
libuuid.so:misc/e2fsprogs-libuuid
|
||||||
|
|
||||||
USES= autoreconf compiler:c11 fuse gnome libtool:build pkgconfig \
|
USES= autoreconf compiler:c11 fuse gnome libtool:build pkgconfig \
|
||||||
python shebangfix ssl
|
python shebangfix
|
||||||
|
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
GH_ACCOUNT= LinearTapeFileSystem
|
GH_ACCOUNT= LinearTapeFileSystem
|
||||||
|
@ -25,7 +24,7 @@ USE_LDCONFIG= yes
|
||||||
|
|
||||||
SHEBANG_FILES= src/utils/ltfs_ordered_copy
|
SHEBANG_FILES= src/utils/ltfs_ordered_copy
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
||||||
|
|
||||||
CONFIGURE_ARGS+= --enable-icu-6x
|
CONFIGURE_ARGS+= --enable-icu-6x
|
||||||
|
|
Loading…
Add table
Reference in a new issue