diff options
author | dhn <dhn@FreeBSD.org> | 2009-07-14 01:30:11 +0800 |
---|---|---|
committer | dhn <dhn@FreeBSD.org> | 2009-07-14 01:30:11 +0800 |
commit | cb80f175be722622e88e840fcfeb105f79f28495 (patch) | |
tree | 57cdad3d9d8159b9237a9c0bed51435de526f06a /sysutils | |
parent | 68bf25c8d020bafdc4a2d0aa0f28e59146b953bf (diff) | |
download | freebsd-ports-gnome-cb80f175be722622e88e840fcfeb105f79f28495.tar.gz freebsd-ports-gnome-cb80f175be722622e88e840fcfeb105f79f28495.tar.zst freebsd-ports-gnome-cb80f175be722622e88e840fcfeb105f79f28495.zip |
- Add CONFLICTS with sysutils/duplicity-devel
PR: ports/136646
Submitted by: Peter Schuller <peter.schuller@infidyne.com> (maintainer)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/duplicity/Makefile | 4 | ||||
-rw-r--r-- | sysutils/duplicity05/Makefile | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/sysutils/duplicity/Makefile b/sysutils/duplicity/Makefile index 2c30b4f16a73..02fd0453a00f 100644 --- a/sysutils/duplicity/Makefile +++ b/sysutils/duplicity/Makefile @@ -18,8 +18,12 @@ LIB_DEPENDS= rsync.1:${PORTSDIR}/net/librsync RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg \ ncftp>=3.2.2:${PORTSDIR}/ftp/ncftp3 +CONFLICTS= duplicity-devel-[0-9]* + USE_PYTHON= 2.4+ USE_PYDISTUTILS=yes +USE_LDCONFIG= yes +USE_GETTEXT= yes MAN1= duplicity.1 rdiffdir.1 diff --git a/sysutils/duplicity05/Makefile b/sysutils/duplicity05/Makefile index 2c30b4f16a73..02fd0453a00f 100644 --- a/sysutils/duplicity05/Makefile +++ b/sysutils/duplicity05/Makefile @@ -18,8 +18,12 @@ LIB_DEPENDS= rsync.1:${PORTSDIR}/net/librsync RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg \ ncftp>=3.2.2:${PORTSDIR}/ftp/ncftp3 +CONFLICTS= duplicity-devel-[0-9]* + USE_PYTHON= 2.4+ USE_PYDISTUTILS=yes +USE_LDCONFIG= yes +USE_GETTEXT= yes MAN1= duplicity.1 rdiffdir.1 |