svn commit: r360424 - head/korean/fcitx-hangul

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Jul 3 17:33:15 UTC 2014


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>


More information about the svn-ports-all mailing list