Index: head/korean/fcitx-hangul/Makefile =================================================================== --- head/korean/fcitx-hangul/Makefile (revision 360423) +++ head/korean/fcitx-hangul/Makefile (revision 360424) @@ -1,28 +1,26 @@ # Created by: Alexey Dokuchaev # $FreeBSD$ PORTNAME= fcitx-hangul PORTVERSION= 0.2.0 CATEGORIES= korean MASTER_SITES= GOOGLE_CODE PROJECTHOST= fcitx DIST_SUBDIR= fcitx MAINTAINER= lichray@gmail.com 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