diff options
author | bapt <bapt@FreeBSD.org> | 2014-01-03 09:12:59 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-01-03 09:12:59 +0800 |
commit | db0c03aa84a5f05052fe228d203824c8a4cb12cc (patch) | |
tree | b54805bb1e833f5e25532122b86019937ff20370 /sysutils/duplicity | |
parent | 976f4e0096ac9ead6bc91a68fc66de70adfa1eb2 (diff) | |
download | freebsd-ports-gnome-db0c03aa84a5f05052fe228d203824c8a4cb12cc.tar.gz freebsd-ports-gnome-db0c03aa84a5f05052fe228d203824c8a4cb12cc.tar.zst freebsd-ports-gnome-db0c03aa84a5f05052fe228d203824c8a4cb12cc.zip |
Part 2 at removing now useless FETCH_ARGS redifition
Diffstat (limited to 'sysutils/duplicity')
-rw-r--r-- | sysutils/duplicity/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sysutils/duplicity/Makefile b/sysutils/duplicity/Makefile index 8b04ab8b237e..78534c79f3f5 100644 --- a/sysutils/duplicity/Makefile +++ b/sysutils/duplicity/Makefile @@ -13,8 +13,6 @@ COMMENT= Backup tool that uses librsync and GnuPG LIB_DEPENDS= librsync.so:${PORTSDIR}/net/librsync RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg -FETCH_ARGS= -pRr - CONFLICTS= duplicity-0.5.* duplicity-devel-[0-9]* USE_PYTHON= -2.7 |