diff options
author | Michael Scheidell <scheidell@FreeBSD.org> | 2012-03-06 11:21:10 +0000 |
---|---|---|
committer | Michael Scheidell <scheidell@FreeBSD.org> | 2012-03-06 11:21:10 +0000 |
commit | c31233454a47cc02f3ca5c0534520f828f70c7dd (patch) | |
tree | 71c74ea48fcb6bee7a4243568060b5cb03fbfc63 /sysutils | |
parent | 7809d2691de594816703f5586c6075617ab00683 (diff) | |
download | ports-c31233454a47cc02f3ca5c0534520f828f70c7dd.tar.gz ports-c31233454a47cc02f3ca5c0534520f828f70c7dd.zip |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/duplicity/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sysutils/duplicity/Makefile b/sysutils/duplicity/Makefile index 1f0955908aa5..a951976de892 100644 --- a/sysutils/duplicity/Makefile +++ b/sysutils/duplicity/Makefile @@ -7,6 +7,7 @@ PORTNAME= duplicity PORTVERSION= 0.6.18 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://launchpad.net/duplicity/0.6-series/${PORTVERSION}/+download/ @@ -16,7 +17,9 @@ COMMENT= Backup tool that uses rsync and GnuPG LIB_DEPENDS= rsync.1:${PORTSDIR}/net/librsync RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg \ ncftp>=3.2.2:${PORTSDIR}/ftp/ncftp3 \ - lftp>=3.7.15:${PORTSDIR}/ftp/lftp + lftp>=3.7.15:${PORTSDIR}/ftp/lftp \ + ${PYTHON_PKGNAMEPREFIX}paramiko>=1.7.7.1:${PORTSDIR}/security/py-paramiko \ + ${PYTHON_PKGNAMEPREFIX}boto>=1.6b:${PORTSDIR}/devel/py-boto OPTIONS= NLS "National Language Support" on |