diff options
author | miwi <miwi@FreeBSD.org> | 2010-02-12 22:20:17 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2010-02-12 22:20:17 +0800 |
commit | bb71b0f49edfd3e818dcc29f0462e663a2b71a7a (patch) | |
tree | 45151371d173a6df8addd58face41177d709fbf7 /editors/yudit/Makefile | |
parent | 270f9b659f5490299d50dc5f3fbb092f6c252be2 (diff) | |
download | freebsd-ports-gnome-bb71b0f49edfd3e818dcc29f0462e663a2b71a7a.tar.gz freebsd-ports-gnome-bb71b0f49edfd3e818dcc29f0462e663a2b71a7a.tar.zst freebsd-ports-gnome-bb71b0f49edfd3e818dcc29f0462e663a2b71a7a.zip |
- Update to 2.9.2
PR: 143811
Submitted by: Ports Fury
Diffstat (limited to 'editors/yudit/Makefile')
-rw-r--r-- | editors/yudit/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/editors/yudit/Makefile b/editors/yudit/Makefile index ec640514ac4d..addfee885303 100644 --- a/editors/yudit/Makefile +++ b/editors/yudit/Makefile @@ -6,12 +6,10 @@ # PORTNAME= yudit -PORTVERSION= 2.9.0 -PORTREVISION= 1 +PORTVERSION= 2.9.2 CATEGORIES= editors converters print MASTER_SITES= http://yudit.org/download/ \ SUNSITE/apps/editors/X -DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Multi-lingual unicode text editor with TTF support @@ -19,12 +17,12 @@ COMMENT= Multi-lingual unicode text editor with TTF support CONFLICTS= uniconvertor-[0-9]* USE_XORG= x11 -USE_GNOME= gnometarget USE_GMAKE= yes -MAKE_JOBS_UNSAFE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= LC_ALL= MAKE_ENV= LC_ALL= +MAKE_JOBS_UNSAFE= yes + MAN1= mytool.1 uniconv.1 uniprint.1 .include <bsd.port.mk> |