diff options
Diffstat (limited to '')
-rw-r--r-- | filesystems/ntfs/Makefile | 4 | ||||
-rw-r--r-- | filesystems/ntfs2btrfs/Makefile | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/filesystems/ntfs/Makefile b/filesystems/ntfs/Makefile index 2ff33fa98b38..67ec953eabd7 100644 --- a/filesystems/ntfs/Makefile +++ b/filesystems/ntfs/Makefile @@ -1,6 +1,6 @@ PORTNAME= ntfs PORTVERSION= 2022.10.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= filesystems MASTER_SITES= https://download.tuxera.com/opensource/ PKGNAMEPREFIX= fusefs- @@ -13,7 +13,7 @@ WWW= https://github.com/tuxera/ntfs-3g LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libuuid.so:misc/e2fsprogs-libuuid +LIB_DEPENDS= libuuid.so:misc/libuuid USES= fuse pkgconfig iconv libtool localbase:ldflags tar:tgz USE_LDCONFIG= yes diff --git a/filesystems/ntfs2btrfs/Makefile b/filesystems/ntfs2btrfs/Makefile index 7bc3fb88d004..46483c612478 100644 --- a/filesystems/ntfs2btrfs/Makefile +++ b/filesystems/ntfs2btrfs/Makefile @@ -1,5 +1,6 @@ PORTNAME= ntfs2btrfs PORTVERSION= 20230501 +PORTREVISION= 1 CATEGORIES= filesystems sysutils MAINTAINER= danfe@FreeBSD.org |