From 0554e323ba0983720551ce2d6021e4f13e8af925 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Thu, 3 Jul 2014 17:33:14 +0000 Subject: [PATCH] - Stagify - Use new LIB_DEPENDS syntax - Convert USE_XZ to USES Approved by: portmgr blanket --- korean/fcitx-hangul/Makefile | 8 +++----- 1 file 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