aboutsummaryrefslogtreecommitdiffstats
path: root/chinese
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2013-12-31 06:21:35 +0800
committerantoine <antoine@FreeBSD.org>2013-12-31 06:21:35 +0800
commita9081c9151925f34687240da2f09a5eb8f5c5256 (patch)
tree530737d0cf982c8f4040f7325adc56a11e56fe56 /chinese
parenta30f31ffb2268f19c6bd324b5da051e339b12aa3 (diff)
downloadfreebsd-ports-gnome-a9081c9151925f34687240da2f09a5eb8f5c5256.tar.gz
freebsd-ports-gnome-a9081c9151925f34687240da2f09a5eb8f5c5256.tar.zst
freebsd-ports-gnome-a9081c9151925f34687240da2f09a5eb8f5c5256.zip
Stage support, uses gmake
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,'