aboutsummaryrefslogtreecommitdiff
path: root/korean/fcitx-hangul
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2014-07-03 17:33:14 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2014-07-03 17:33:14 +0000
commit0554e323ba0983720551ce2d6021e4f13e8af925 (patch)
treef8ce998e16f7bf42f9f1967cdd8e9e20645614ea /korean/fcitx-hangul
parent383e224d22500085418354e7bbaccb9ee01e625b (diff)
downloadports-0554e323ba0983720551ce2d6021e4f13e8af925.tar.gz
ports-0554e323ba0983720551ce2d6021e4f13e8af925.zip
- Stagify
- Use new LIB_DEPENDS syntax - Convert USE_XZ to USES Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=360424
Diffstat (limited to 'korean/fcitx-hangul')
-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>