summaryrefslogtreecommitdiff
path: root/chinese
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2013-12-30 22:21:35 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2013-12-30 22:21:35 +0000
commit5c0205c33e2bbb2bfbe6119a32354d02bdd20986 (patch)
tree530737d0cf982c8f4040f7325adc56a11e56fe56 /chinese
parentStage support (diff)
Stage support, uses gmake
Notes
Notes: svn path=/head/; revision=338185
Diffstat (limited to 'chinese')
-rw-r--r--chinese/oto/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/chinese/oto/Makefile b/chinese/oto/Makefile
index 03a1c3e048c6..892ed64048f3 100644
--- a/chinese/oto/Makefile
+++ b/chinese/oto/Makefile
@@ -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,'