Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Mar 2014 08:07:44 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r348045 - in head/chinese: libtabe miniChinput
Message-ID:  <201403130807.s2D87id4070467@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Thu Mar 13 08:07:44 2014
New Revision: 348045
URL: http://svnweb.freebsd.org/changeset/ports/348045
QAT: https://qat.redports.org/buildarchive/r348045/

Log:
  - Convert USE_GMAKE to USES

Modified:
  head/chinese/libtabe/Makefile
  head/chinese/miniChinput/Makefile

Modified: head/chinese/libtabe/Makefile
==============================================================================
--- head/chinese/libtabe/Makefile	Thu Mar 13 08:07:37 2014	(r348044)
+++ head/chinese/libtabe/Makefile	Thu Mar 13 08:07:44 2014	(r348045)
@@ -12,7 +12,7 @@ COMMENT=	Unified library for Chinese tex
 
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake
 USE_BDB=	yes
 OBSOLETE_BDB_VAR=	USE_DB2
 DATADIR=	${PREFIX}/share/tabe

Modified: head/chinese/miniChinput/Makefile
==============================================================================
--- head/chinese/miniChinput/Makefile	Thu Mar 13 08:07:37 2014	(r348044)
+++ head/chinese/miniChinput/Makefile	Thu Mar 13 08:07:44 2014	(r348045)
@@ -12,8 +12,7 @@ COMMENT=	A tiny version of Chinput
 
 GNU_CONFIGURE=	yes
 CFLAGS+=	-I${LOCALBASE}/include -L${LOCALBASE}/lib
-USE_GMAKE=	yes
-USES=		iconv
+USES=		iconv gmake
 USE_XORG=	x11 xt
 USE_LDCONFIG=	yes
 ALL_TARGET=	all data



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