svn commit: r360423 - head/korean/ibus-hangul

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


Author: amdmi3
Date: Thu Jul  3 17:32:55 2014
New Revision: 360423
URL: http://svnweb.freebsd.org/changeset/ports/360423
QAT: https://qat.redports.org/buildarchive/r360423/

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

Modified:
  head/korean/ibus-hangul/Makefile

Modified: head/korean/ibus-hangul/Makefile
==============================================================================
--- head/korean/ibus-hangul/Makefile	Thu Jul  3 17:32:31 2014	(r360422)
+++ head/korean/ibus-hangul/Makefile	Thu Jul  3 17:32:55 2014	(r360423)
@@ -2,6 +2,7 @@
 
 PORTNAME=	ibus-hangul
 PORTVERSION=	1.4.2
+PORTREVISION=	1
 CATEGORIES=	korean
 MASTER_SITES=	GOOGLE_CODE
 
@@ -17,10 +18,9 @@ PROJECTHOST=	ibus
 
 GNU_CONFIGURE=	yes
 INSTALLS_ICONS=	yes
-USE_AUTOTOOLS=	libtool
 USE_GNOME=	intltool pygobject3
 USE_PYTHON=	yes
-USES=		gmake pathfix pkgconfig
+USES=		gmake libtool pathfix pkgconfig
 
 OPTIONS_DEFINE=	NLS
 OPTIONS_SUB=	NLS


More information about the svn-ports-all mailing list