aboutsummaryrefslogtreecommitdiff
path: root/textproc/fcitx-m17n/Makefile
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2013-01-28 06:27:39 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2013-01-28 06:27:39 +0000
commitb8461422f05451f9b36e0fbac522c94cf4bbbd6b (patch)
treefa55f01ca8e8535e3ff8c606c887e9b838848d76 /textproc/fcitx-m17n/Makefile
parent353e5b0ec226dd661edfcd6ec51a8036d9ec86f1 (diff)
downloadports-b8461422f05451f9b36e0fbac522c94cf4bbbd6b.tar.gz
ports-b8461422f05451f9b36e0fbac522c94cf4bbbd6b.zip
- Update to version 0.1.4
- Cleanup Makefile a bit while here PR: ports/175244
Notes
Notes: svn path=/head/; revision=311097
Diffstat (limited to 'textproc/fcitx-m17n/Makefile')
-rw-r--r--textproc/fcitx-m17n/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/textproc/fcitx-m17n/Makefile b/textproc/fcitx-m17n/Makefile
index 935195c8bada..9be53d281bc6 100644
--- a/textproc/fcitx-m17n/Makefile
+++ b/textproc/fcitx-m17n/Makefile
@@ -2,13 +2,14 @@
# $FreeBSD$
PORTNAME= fcitx-m17n
-PORTVERSION= 0.1.3
+PORTVERSION= 0.1.4
CATEGORIES= textproc
MASTER_SITES= GOOGLE_CODE
+PROJECTHOST= fcitx
DIST_SUBDIR= fcitx
MAINTAINER= lichray@gmail.com
-COMMENT= The libm17n support for Fcitx
+COMMENT= Multilingualization support for Fcitx
LIB_DEPENDS= fcitx-config:${PORTSDIR}/chinese/fcitx \
m17n:${PORTSDIR}/devel/m17n-lib
@@ -18,6 +19,4 @@ USE_GETTEXT= yes
USE_CMAKE= yes
USE_GNOME= intltool
-PROJECTHOST= fcitx
-
.include <bsd.port.mk>