summaryrefslogtreecommitdiff
path: root/sysutils/duplicity05
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2006-12-22 02:51:16 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2006-12-22 02:51:16 +0000
commit265500d7d8b65ca413aaee2904fbc7a95b74bc17 (patch)
treed52f4de392099aa5dde3456739362f46e39a898d /sysutils/duplicity05
parentAdd fldigi 1.11, a digital decoder for psk, cw, psk31, olivia. (diff)
- Since security/gnupg (2.x) installs symlink $PREFIX/bin/gpg,
depending on $PREFIX/bin/gpg for security/gnupg1 (1.4.x) is not correct. To work around this, change dependency line from bin/gpg to bin/gpgv which exists in security/gnupg1 port only. Spotted by: ume
Notes
Notes: svn path=/head/; revision=180452
Diffstat (limited to 'sysutils/duplicity05')
-rw-r--r--sysutils/duplicity05/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/duplicity05/Makefile b/sysutils/duplicity05/Makefile
index d2dfa59f7f32..67d14ed64e31 100644
--- a/sysutils/duplicity05/Makefile
+++ b/sysutils/duplicity05/Makefile
@@ -7,7 +7,7 @@
PORTNAME= duplicity
PORTVERSION= 0.4.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -17,7 +17,7 @@ MAINTAINER= vd@FreeBSD.org
COMMENT= Untrusted backup using rsync algorithm
LIB_DEPENDS= rsync.1:${PORTSDIR}/net/librsync
-RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg1
+RUN_DEPENDS= gpgv:${PORTSDIR}/security/gnupg1
USE_PYTHON= yes
USE_PYDISTUTILS=yes