svn commit: r360421 - head/korean/scim-hangul

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Jul 3 17:32:16 UTC 2014


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


More information about the svn-ports-head mailing list