diff options
author | madpilot <madpilot@FreeBSD.org> | 2013-09-28 06:32:06 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2013-09-28 06:32:06 +0800 |
commit | 8ceaa5089abe285baf32b51c6fba01da0aa80e2e (patch) | |
tree | 500cdc8575a14e0129bd3079771e36cd4f229b00 /chinese | |
parent | c759ee9514483bd59064b7d66dd0d471df5519eb (diff) | |
download | freebsd-ports-gnome-8ceaa5089abe285baf32b51c6fba01da0aa80e2e.tar.gz freebsd-ports-gnome-8ceaa5089abe285baf32b51c6fba01da0aa80e2e.tar.zst freebsd-ports-gnome-8ceaa5089abe285baf32b51c6fba01da0aa80e2e.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 |