diff options
author | cy <cy@FreeBSD.org> | 2016-06-16 14:00:06 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2016-06-16 14:00:06 +0800 |
commit | 78883f4516f06461263ba7e448ae9473f97c2b08 (patch) | |
tree | 93329ec25c60abd147f34cea0375a99d72c863a8 /sysutils | |
parent | 4569c68bce135b14e67c2577cd45fb9032f5f63d (diff) | |
download | freebsd-ports-gnome-78883f4516f06461263ba7e448ae9473f97c2b08.tar.gz freebsd-ports-gnome-78883f4516f06461263ba7e448ae9473f97c2b08.tar.zst freebsd-ports-gnome-78883f4516f06461263ba7e448ae9473f97c2b08.zip |
Add LIB_DEPENDS for misc/e2fsprogs-libuuid.
Discovered by: qa.sh (DEVELOPER mode)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/fusefs-ntfs/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |