svn commit: r348045 - in head/chinese: libtabe miniChinput

Martin Wilke miwi at FreeBSD.org
Thu Mar 13 08:07:45 UTC 2014


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


More information about the svn-ports-all mailing list