diff options
author | Xin LI <delphij@FreeBSD.org> | 2015-03-31 07:08:00 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2015-03-31 07:08:00 +0000 |
commit | 1e0f9c5aadd2d4f1f7f5a237c4daaafd77235e75 (patch) | |
tree | 78917bf49ceac628433c2677aa29dda7b28d1619 /korean/fcitx-hangul/Makefile | |
parent | 2a2483840ac023d506d79431f88ef146a146edc2 (diff) |
Notes
Diffstat (limited to 'korean/fcitx-hangul/Makefile')
-rw-r--r-- | korean/fcitx-hangul/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/korean/fcitx-hangul/Makefile b/korean/fcitx-hangul/Makefile index 332dff7f3a3d..51f3ff4a8840 100644 --- a/korean/fcitx-hangul/Makefile +++ b/korean/fcitx-hangul/Makefile @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= fcitx-hangul -PORTVERSION= 0.2.0 +PORTVERSION= 0.3.0 CATEGORIES= korean -MASTER_SITES= GOOGLE_CODE -PROJECTHOST= fcitx +MASTER_SITES= http://download.fcitx-im.org/${PORTNAME}/ DIST_SUBDIR= fcitx MAINTAINER= lichray@gmail.com @@ -17,7 +16,6 @@ LIB_DEPENDS= libfcitx-config.so:${PORTSDIR}/chinese/fcitx \ libhangul.so:${PORTSDIR}/korean/libhangul USES= cmake gettext pkgconfig tar:xz -USE_GNOME= intltool INSTALLS_ICONS= yes CFLAGS+= -I${LOCALBASE}/include |