svn commit: r355322 - in head/korean: ami eterm kaistfonts scim-tables

Martin Wilke miwi at FreeBSD.org
Mon May 26 12:53:40 UTC 2014


Author: miwi
Date: Mon May 26 12:53:38 2014
New Revision: 355322
URL: http://svnweb.freebsd.org/changeset/ports/355322
QAT: https://qat.redports.org/buildarchive/r355322/

Log:
  - Convert gmake to USES
  
  Approved by:	portmgr

Modified:
  head/korean/ami/Makefile
  head/korean/eterm/Makefile
  head/korean/kaistfonts/Makefile
  head/korean/scim-tables/Makefile

Modified: head/korean/ami/Makefile
==============================================================================
--- head/korean/ami/Makefile	Mon May 26 12:50:40 2014	(r355321)
+++ head/korean/ami/Makefile	Mon May 26 12:53:38 2014	(r355322)
@@ -16,8 +16,7 @@ COMMENT=	Well-known Korean X11 Input Met
 
 LICENSE=	GPLv2
 
-USES=		iconv
-USE_GMAKE=	yes
+USES=		iconv gmake
 USE_GNOME=	gtk12 gdkpixbuf
 WANT_GNOME=	yes
 GNU_CONFIGURE=	yes

Modified: head/korean/eterm/Makefile
==============================================================================
--- head/korean/eterm/Makefile	Mon May 26 12:50:40 2014	(r355321)
+++ head/korean/eterm/Makefile	Mon May 26 12:53:38 2014	(r355322)
@@ -14,9 +14,8 @@ COMMENT=	X11 terminal emulator based on 
 
 RUN_DEPENDS=	${LOCALBASE}/lib/X11/fonts/local/hmm12.pcf.gz:${PORTSDIR}/korean/hanyangfonts
 
-USES=		perl5
+USES=		perl5 gmake
 USE_AUTOTOOLS=	libtool
-USE_GMAKE=	yes
 USE_XORG=	x11 xext ice sm xt
 USE_GNOME=	imlib
 USE_LDCONFIG=	yes

Modified: head/korean/kaistfonts/Makefile
==============================================================================
--- head/korean/kaistfonts/Makefile	Mon May 26 12:50:40 2014	(r355321)
+++ head/korean/kaistfonts/Makefile	Mon May 26 12:53:38 2014	(r355322)
@@ -17,7 +17,7 @@ BUILD_DEPENDS=	bdftopcf:${PORTSDIR}/x11-
 RUN_DEPENDS=	mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \
 		mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale
 
-USE_GMAKE=	yes
+USES=		gmake
 NO_WRKSUBDIR=	yes
 MAKE_ENV=	DISTDIR=${DISTDIR} DISTFILES="${DISTFILES}"
 

Modified: head/korean/scim-tables/Makefile
==============================================================================
--- head/korean/scim-tables/Makefile	Mon May 26 12:50:40 2014	(r355321)
+++ head/korean/scim-tables/Makefile	Mon May 26 12:53:38 2014	(r355322)
@@ -13,9 +13,8 @@ COMMENT=	SCIM table based Korean input m
 BUILD_DEPENDS=	scim-make-table:${PORTSDIR}/textproc/scim-table-imengine
 RUN_DEPENDS=	scim-make-table:${PORTSDIR}/textproc/scim-table-imengine
 
-USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
-USES=		pkgconfig
+USES=		pkgconfig gmake
 
 NO_STAGE=	yes
 .include <bsd.port.pre.mk>


More information about the svn-ports-all mailing list