Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Jul 2014 17:32: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: r360421 - head/korean/scim-hangul
Message-ID:  <201407031732.s63HWGCt077930@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Jul  3 17:32:15 2014
New Revision: 360421
URL: http://svnweb.freebsd.org/changeset/ports/360421
QAT: https://qat.redports.org/buildarchive/r360421/

Log:
  - Switch to USES=libtool
  
  Approved by:	portmgr blanket

Modified:
  head/korean/scim-hangul/Makefile

Modified: head/korean/scim-hangul/Makefile
==============================================================================
--- head/korean/scim-hangul/Makefile	Thu Jul  3 17:31:39 2014	(r360420)
+++ head/korean/scim-hangul/Makefile	Thu Jul  3 17:32:15 2014	(r360421)
@@ -3,6 +3,7 @@
 
 PORTNAME=	scim-hangul
 PORTVERSION=	0.4.0
+PORTREVISION=	1
 CATEGORIES=	korean
 MASTER_SITES=	SF/scim/${PORTNAME}/${PORTVERSION}
 
@@ -15,7 +16,7 @@ LIB_DEPENDS=	libhangul.so:${PORTSDIR}/ko
 		libscim-1.0.so:${PORTSDIR}/textproc/scim
 
 GNU_CONFIGURE=	yes
-USES=		gmake pkgconfig
+USES=		gmake libtool:keepla pkgconfig
 
 OPTIONS_DEFINE=	NLS
 OPTIONS_SUB=	NLS



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407031732.s63HWGCt077930>