From 49b208430ed2361cb9cbd04f2fffae2c8db89571 Mon Sep 17 00:00:00 2001 From: Cy Schubert Date: Thu, 16 Jun 2016 06:00:06 +0000 Subject: [PATCH] Add LIB_DEPENDS for misc/e2fsprogs-libuuid. Discovered by: qa.sh (DEVELOPER mode) --- sysutils/fusefs-ntfs/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sysutils/fusefs-ntfs/Makefile b/sysutils/fusefs-ntfs/Makefile index 966ad72a130e..77fe8c0f2a0e 100644 --- a/sysutils/fusefs-ntfs/Makefile +++ b/sysutils/fusefs-ntfs/Makefile @@ -3,6 +3,7 @@ PORTNAME= ntfs PORTVERSION= 2016.2.22 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://tuxera.com/opensource/ PKGNAMEPREFIX= fusefs- @@ -16,6 +17,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING CONFLICTS_BUILD= bonobo-1.* CONFLICTS_INSTALL= ntfsprogs-* +LIB_DEPENDS= libuuid.so:misc/e2fsprogs-libuuid USES= fuse pkgconfig iconv libtool tar:tgz USE_LDCONFIG= yes GNU_CONFIGURE= yes