diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2013-09-28 06:32:06 +0800 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2013-09-28 06:32:06 +0800 |
commit | 7f30d6ac9e6f0ba86212cd96cc53de56531e366a (patch) | |
tree | 500cdc8575a14e0129bd3079771e36cd4f229b00 /chinese | |
parent | 2c48585f99f0cdf723aa4686fd844fa0f5a89c51 (diff) | |
download | freebsd-ports-gnome-7f30d6ac9e6f0ba86212cd96cc53de56531e366a.tar.gz freebsd-ports-gnome-7f30d6ac9e6f0ba86212cd96cc53de56531e366a.tar.zst freebsd-ports-gnome-7f30d6ac9e6f0ba86212cd96cc53de56531e366a.zip |
Fix typo.
Reported by: Buganini <buganini@gmail.com> (via email)
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/fcitx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chinese/fcitx/Makefile b/chinese/fcitx/Makefile index 99a548a5db04..eebb0f307323 100644 --- a/chinese/fcitx/Makefile +++ b/chinese/fcitx/Makefile @@ -35,7 +35,7 @@ USE_XORG= x11 xext xkbfile USE_LDCONFIG= yes USES= cmake gettext iconv pathfix pkgconfig INSTALLS_ICONS= yes -DFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} +LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} OPTIONS_DEFINE= GTK2 GTK3 QT4 OPENCC TPUNC OPTIONS_DEFAULT=GTK2 |