svn commit: r338185 - head/chinese/oto

Antoine Brodin antoine at FreeBSD.org
Mon Dec 30 22:21:35 UTC 2013


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 at 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,'


More information about the svn-ports-head mailing list