aboutsummaryrefslogtreecommitdiff
path: root/graphics/azpainter/Makefile
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2019-05-13 08:57:23 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2019-05-13 08:57:23 +0000
commitf06e626d7b58ef039d9ff9b90ba4520c4a431ddd (patch)
treefd458b8911d5bdbbde6b7607fa6f9b4fa6b43ce9 /graphics/azpainter/Makefile
parent9bd797ef131f598a3a1a6f2a1812d7e33a9147a9 (diff)
downloadports-f06e626d7b58ef039d9ff9b90ba4520c4a431ddd.tar.gz
ports-f06e626d7b58ef039d9ff9b90ba4520c4a431ddd.zip
Notes
Diffstat (limited to 'graphics/azpainter/Makefile')
-rw-r--r--graphics/azpainter/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/graphics/azpainter/Makefile b/graphics/azpainter/Makefile
index 4c91bf14348a..6092432b3e1e 100644
--- a/graphics/azpainter/Makefile
+++ b/graphics/azpainter/Makefile
@@ -2,10 +2,9 @@
# $FreeBSD$
PORTNAME= azpainter
-PORTVERSION= 2.1.3
-PORTREVISION= 1
+PORTVERSION= 2.1.4
CATEGORIES= graphics
-MASTER_SITES= OSDN/${PORTNAME}/70132
+MASTER_SITES= OSDN/${PORTNAME}/71051
MAINTAINER= danfe@FreeBSD.org
COMMENT= 16-bit RGB full color painting application
@@ -33,7 +32,7 @@ post-patch-NLS-off:
pre-build-NLS-on:
cd ${WRKSRC}/translation && ${CC} ${CFLAGS} -o mtrconv mtrconv.c
-.for lang in be ru zh_CN
+.for lang in be en ru uk zh_CN
cd ${WRKSRC}/translation && ./mtrconv ${lang} ../data/tr/${lang}.mtr
.endfor