aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--korean/fcitx-hangul/Makefile8
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>