Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Jun 2016 06:00:06 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r416951 - head/sysutils/fusefs-ntfs
Message-ID:  <201606160600.u5G606QZ010445@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Thu Jun 16 06:00:06 2016
New Revision: 416951
URL: https://svnweb.freebsd.org/changeset/ports/416951

Log:
  Add LIB_DEPENDS for misc/e2fsprogs-libuuid.
  
  Discovered by:	qa.sh (DEVELOPER mode)

Modified:
  head/sysutils/fusefs-ntfs/Makefile

Modified: head/sysutils/fusefs-ntfs/Makefile
==============================================================================
--- head/sysutils/fusefs-ntfs/Makefile	Thu Jun 16 05:44:04 2016	(r416950)
+++ head/sysutils/fusefs-ntfs/Makefile	Thu Jun 16 06:00:06 2016	(r416951)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606160600.u5G606QZ010445>