Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Dec 2013 22:21:35 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r338185 - head/chinese/oto
Message-ID:  <201312302221.rBUMLZIu053052@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Mon Dec 30 22:21:35 2013
New Revision: 338185
URL: http://svnweb.freebsd.org/changeset/ports/338185

Log:
  Stage support, uses gmake

Modified:
  head/chinese/oto/Makefile

Modified: head/chinese/oto/Makefile
==============================================================================
--- head/chinese/oto/Makefile	Mon Dec 30 22:19:48 2013	(r338184)
+++ head/chinese/oto/Makefile	Mon Dec 30 22:21:35 2013	(r338185)
@@ -9,13 +9,11 @@ MASTER_SITES=	SF
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Show you font info and add new 'name' and 'cmap' tables
 
-USES=		iconv
+USES=		gmake iconv
 GNU_CONFIGURE=	YES
-USE_GMAKE=	YES
 CPPFLAGS+=	-I${LOCALBASE}/include
 CONFIGURE_ENV=	LIBS="-L${LOCALBASE}/lib ${ICONV_LIB}"
 
-NO_STAGE=	yes
 post-patch:
 	@${FIND} ${WRKSRC}/src/ -type f -print0 | \
 	    ${XARGS} -0 ${REINPLACE_CMD} -e 's,stdint.h,inttypes.h,'



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