diff options
Diffstat (limited to 'sysutils/fusefs-cryptofs/Makefile')
-rw-r--r-- | sysutils/fusefs-cryptofs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/fusefs-cryptofs/Makefile b/sysutils/fusefs-cryptofs/Makefile index 469247068053..8c687ad1de0d 100644 --- a/sysutils/fusefs-cryptofs/Makefile +++ b/sysutils/fusefs-cryptofs/Makefile @@ -7,7 +7,7 @@ PORTNAME= cryptofs PORTVERSION= 0.6.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MASTER_SITES= http://reboot78.re.funpic.de/cryptofs/ PKGNAMEPREFIX= fusefs- @@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A encrypted filesystem for FUSE BUILD_DEPENDS= ${LOCALBASE}/include/fuse.h:${PORTSDIR}/sysutils/fusefs-libs -LIB_DEPENDS= gcrypt.17:${PORTSDIR}/security/libgcrypt \ +LIB_DEPENDS= gcrypt.18:${PORTSDIR}/security/libgcrypt \ glib-2.0:${PORTSDIR}/devel/glib20 RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod |