diff options
author | miwi <miwi@FreeBSD.org> | 2008-05-17 05:54:09 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-05-17 05:54:09 +0800 |
commit | 9e384a751c38313671656c612dfef6b775f7cb7b (patch) | |
tree | 98da836ac330b125a7c4c4eb0682bf9116659259 /graphics/uniconvertor/Makefile | |
parent | e5c825b7e8642f6c6059bab6a571609b87f1949a (diff) | |
download | freebsd-ports-gnome-9e384a751c38313671656c612dfef6b775f7cb7b.tar.gz freebsd-ports-gnome-9e384a751c38313671656c612dfef6b775f7cb7b.tar.zst freebsd-ports-gnome-9e384a751c38313671656c612dfef6b775f7cb7b.zip |
- Add mutual conflicts to graphics/uniconvertor and editors/yudit: both install bin/uniconv
PR: 123743
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru>
Diffstat (limited to 'graphics/uniconvertor/Makefile')
-rw-r--r-- | graphics/uniconvertor/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/uniconvertor/Makefile b/graphics/uniconvertor/Makefile index 43a4f1905bdc..c725250d47b9 100644 --- a/graphics/uniconvertor/Makefile +++ b/graphics/uniconvertor/Makefile @@ -7,6 +7,7 @@ PORTNAME= uniconvertor PORTVERSION= 1.1.2 +PORTREVISION= 1 CATEGORIES= graphics python MASTER_SITES= http://sk1project.org/downloads/uniconvertor/v${PORTVERSION}/ \ http://www.amdmi3.ru/distfiles/ @@ -14,6 +15,8 @@ MASTER_SITES= http://sk1project.org/downloads/uniconvertor/v${PORTVERSION}/ \ MAINTAINER= amdmi3@amdmi3.ru COMMENT= Universal vector graphics translator +CONFLICTS= yudit-[0-9]* + USE_PYTHON= yes USE_PYDISTUTILS=yes |