diff options
author | olgeni <olgeni@FreeBSD.org> | 2011-09-03 18:35:34 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2011-09-03 18:35:34 +0800 |
commit | ab29c983e6f99996f2e69b49330ddb9da903d692 (patch) | |
tree | c4edf94df8d5a121d442ae5701840eec771dee1b /sysutils/fusefs-encfs | |
parent | 1133c4c828a8895d6bd2f90e82b8fd6b24485277 (diff) | |
download | freebsd-ports-graphics-ab29c983e6f99996f2e69b49330ddb9da903d692.tar.gz freebsd-ports-graphics-ab29c983e6f99996f2e69b49330ddb9da903d692.tar.zst freebsd-ports-graphics-ab29c983e6f99996f2e69b49330ddb9da903d692.zip |
Add missing shlib version numbers and bump PORTVERSION to catch up
with the devel/rlog upgrade.
Diffstat (limited to 'sysutils/fusefs-encfs')
-rw-r--r-- | sysutils/fusefs-encfs/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/fusefs-encfs/Makefile b/sysutils/fusefs-encfs/Makefile index 0a13110b47f..8264980112b 100644 --- a/sysutils/fusefs-encfs/Makefile +++ b/sysutils/fusefs-encfs/Makefile @@ -7,6 +7,7 @@ PORTNAME= encfs PORTVERSION= 1.7.4 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} PKGNAMEPREFIX= fusefs- @@ -15,8 +16,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= olgeni@FreeBSD.org COMMENT= An encrypted pass-through FUSE filesystem -LIB_DEPENDS= rlog:${PORTSDIR}/devel/rlog \ - boost_serialization:${PORTSDIR}/devel/boost-libs +LIB_DEPENDS= rlog.5:${PORTSDIR}/devel/rlog \ + boost_serialization.4:${PORTSDIR}/devel/boost-libs RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod BUILD_DEPENDS= ${LOCALBASE}/include/fuse.h:${PORTSDIR}/sysutils/fusefs-libs |