diff options
Diffstat (limited to 'filesystems/ltfs/Makefile')
-rw-r--r-- | filesystems/ltfs/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/filesystems/ltfs/Makefile b/filesystems/ltfs/Makefile index 28baf75674b1..c3a17ac2cf92 100644 --- a/filesystems/ltfs/Makefile +++ b/filesystems/ltfs/Makefile @@ -1,8 +1,7 @@ PORTNAME= ltfs DISTVERSIONPREFIX= v -DISTVERSION= 2.4.7 -PORTREVISION= 1 -DISTVERSIONSUFFIX= -10514 +DISTVERSION= 2.4.8.1 +DISTVERSIONSUFFIX= -10519 CATEGORIES= filesystems sysutils MAINTAINER= kbowling@FreeBSD.org @@ -13,7 +12,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libicudata.so:devel/icu \ - libuuid.so:misc/e2fsprogs-libuuid + libuuid.so:misc/libuuid USES= autoreconf compiler:c11 fuse gnome libtool:build pkgconfig \ python shebangfix |