diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-07-03 17:33:14 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-07-03 17:33:14 +0000 |
commit | 0554e323ba0983720551ce2d6021e4f13e8af925 (patch) | |
tree | f8ce998e16f7bf42f9f1967cdd8e9e20645614ea /korean | |
parent | 383e224d22500085418354e7bbaccb9ee01e625b (diff) | |
download | ports-0554e323ba0983720551ce2d6021e4f13e8af925.tar.gz ports-0554e323ba0983720551ce2d6021e4f13e8af925.zip |
Notes
Diffstat (limited to 'korean')
-rw-r--r-- | korean/fcitx-hangul/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/korean/fcitx-hangul/Makefile b/korean/fcitx-hangul/Makefile index c4e586eece61..332dff7f3a3d 100644 --- a/korean/fcitx-hangul/Makefile +++ b/korean/fcitx-hangul/Makefile @@ -13,16 +13,14 @@ COMMENT= Hangul support for Fcitx LICENSE= GPLv2 -LIB_DEPENDS= fcitx-config:${PORTSDIR}/chinese/fcitx \ - hangul:${PORTSDIR}/korean/libhangul +LIB_DEPENDS= libfcitx-config.so:${PORTSDIR}/chinese/fcitx \ + libhangul.so:${PORTSDIR}/korean/libhangul -USE_XZ= yes -USES= cmake gettext pkgconfig +USES= cmake gettext pkgconfig tar:xz USE_GNOME= intltool INSTALLS_ICONS= yes CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lintl -NO_STAGE= yes .include <bsd.port.mk> |