summaryrefslogtreecommitdiff
path: root/sysutils/duplicity/Makefile
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-12-05 20:49:47 +0000
committerrillig <rillig@pkgsrc.org>2005-12-05 20:49:47 +0000
commitb71a1d488b6b45e0a968a4c149990c25b6a09215 (patch)
treedac5b1dd14794d86b061d26b9503adb2552ed3f8 /sysutils/duplicity/Makefile
parent624eed58928f83676fbd7ca01a5f6974bb2cce2a (diff)
downloadpkgsrc-b71a1d488b6b45e0a968a4c149990c25b6a09215.tar.gz
Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
Diffstat (limited to 'sysutils/duplicity/Makefile')
-rw-r--r--sysutils/duplicity/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/duplicity/Makefile b/sysutils/duplicity/Makefile
index 1168dba97fc..63754235450 100644
--- a/sysutils/duplicity/Makefile
+++ b/sysutils/duplicity/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2005/04/11 21:47:23 tv Exp $
+# $NetBSD: Makefile,v 1.5 2005/12/05 20:51:00 rillig Exp $
#
DISTNAME= duplicity-0.4.1
@@ -10,9 +10,9 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.nongnu.org/duplicity/
COMMENT= Remote encrypting incremental backup utility
-DEPENDS= gnupg>=1.2.3:../../security/gnupg
+DEPENDS+= gnupg>=1.2.3:../../security/gnupg
-BUILDLINK_DEPENDS.librsync= librsync>=0.9.6
+BUILDLINK_DEPENDS.librsync+= librsync>=0.9.6
PYDISTUTILSPKG= yes
PYTHON_VERSIONS_ACCEPTED= 22 23