Date: Thu, 3 Jul 2014 17:33:15 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r360424 - head/korean/fcitx-hangul Message-ID: <201407031733.s63HXFvv078367@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Thu Jul 3 17:33:14 2014 New Revision: 360424 URL: http://svnweb.freebsd.org/changeset/ports/360424 QAT: https://qat.redports.org/buildarchive/r360424/ Log: - Stagify - Use new LIB_DEPENDS syntax - Convert USE_XZ to USES Approved by: portmgr blanket Modified: head/korean/fcitx-hangul/Makefile Modified: head/korean/fcitx-hangul/Makefile ============================================================================== --- head/korean/fcitx-hangul/Makefile Thu Jul 3 17:32:55 2014 (r360423) +++ head/korean/fcitx-hangul/Makefile Thu Jul 3 17:33:14 2014 (r360424) @@ -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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407031733.s63HXFvv078367>