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 /editors/yudit | |
parent | e5c825b7e8642f6c6059bab6a571609b87f1949a (diff) | |
download | freebsd-ports-graphics-9e384a751c38313671656c612dfef6b775f7cb7b.tar.gz freebsd-ports-graphics-9e384a751c38313671656c612dfef6b775f7cb7b.tar.zst freebsd-ports-graphics-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 'editors/yudit')
-rw-r--r-- | editors/yudit/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/editors/yudit/Makefile b/editors/yudit/Makefile index 2905e0a86f9..78cd6b4c124 100644 --- a/editors/yudit/Makefile +++ b/editors/yudit/Makefile @@ -7,6 +7,7 @@ PORTNAME= yudit PORTVERSION= 2.9.0 +PORTREVISION= 1 CATEGORIES= editors converters print MASTER_SITES= http://yudit.org/download/ \ SUNSITE/apps/editors/X @@ -15,6 +16,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Multi-lingual unicode text editor with TTF support +CONFLICTS= uniconvertor-[0-9]* + USE_XORG= x11 USE_GNOME= gnometarget USE_GMAKE= yes |