diff options
Diffstat (limited to 'chinese/fcitx-ui-light/Makefile')
-rw-r--r-- | chinese/fcitx-ui-light/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chinese/fcitx-ui-light/Makefile b/chinese/fcitx-ui-light/Makefile index 084c6a63c122..d2ef93f663d5 100644 --- a/chinese/fcitx-ui-light/Makefile +++ b/chinese/fcitx-ui-light/Makefile @@ -5,12 +5,14 @@ PORTNAME= fcitx-ui-light PORTVERSION= 0.1.3 PORTREVISION= 1 CATEGORIES= chinese -MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} +MASTER_SITES= http://download.fcitx-im.org/${PORTNAME}/ DIST_SUBDIR= fcitx MAINTAINER= lichray@gmail.com COMMENT= Alternative light weight UI for Fcitx +LICENSE= GPLv2 + LIB_DEPENDS= libfcitx-config.so:${PORTSDIR}/chinese/fcitx \ libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig @@ -18,6 +20,4 @@ USE_XORG= x11 xft xpm USES= tar:bzip2 cmake gettext pkgconfig USE_GNOME= intltool -PROJECTHOST= fcitx - .include <bsd.port.mk> |