diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2012-09-20 06:41:14 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2012-09-20 06:41:14 +0800 |
commit | 428bdad15044302a88bdc1ed31f9572e0dc1849a (patch) | |
tree | 61fb0ee7dcf9ef3e6f6aed1804fd6b5cde835b69 | |
parent | 7a157f735c337e46ed56b8c2ea17fd9475f11f1c (diff) | |
download | freebsd-ports-gnome-428bdad15044302a88bdc1ed31f9572e0dc1849a.tar.gz freebsd-ports-gnome-428bdad15044302a88bdc1ed31f9572e0dc1849a.tar.zst freebsd-ports-gnome-428bdad15044302a88bdc1ed31f9572e0dc1849a.zip |
- Chase sysutils/fusefs-ntfs shlib update
-rw-r--r-- | sysutils/testdisk/Makefile | 3 | ||||
-rw-r--r-- | sysutils/volman/Makefile | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/testdisk/Makefile b/sysutils/testdisk/Makefile index c76950850c65..f608e4dec7ca 100644 --- a/sysutils/testdisk/Makefile +++ b/sysutils/testdisk/Makefile @@ -7,6 +7,7 @@ PORTNAME= testdisk PORTVERSION= 6.13 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.cgsecurity.org/ DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} @@ -53,7 +54,7 @@ CONFIGURE_ARGS+=--without-iconv #.endif .if defined(WITH_NTFS3G) -LIB_DEPENDS+= ntfs-3g.81:${PORTSDIR}/sysutils/fusefs-ntfs +LIB_DEPENDS+= ntfs-3g:${PORTSDIR}/sysutils/fusefs-ntfs .else CONFIGURE_ARGS+=--without-ntfs3g .endif diff --git a/sysutils/volman/Makefile b/sysutils/volman/Makefile index 41e38f415a82..6dde95df03c4 100644 --- a/sysutils/volman/Makefile +++ b/sysutils/volman/Makefile @@ -7,6 +7,7 @@ PORTNAME= volman PORTVERSION= 0.7 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://cloud.github.com/downloads/jmptbl/volman/ |