diff options
author | antoine <antoine@FreeBSD.org> | 2013-12-31 06:21:35 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-12-31 06:21:35 +0800 |
commit | a9081c9151925f34687240da2f09a5eb8f5c5256 (patch) | |
tree | 530737d0cf982c8f4040f7325adc56a11e56fe56 /chinese | |
parent | a30f31ffb2268f19c6bd324b5da051e339b12aa3 (diff) | |
download | freebsd-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/Makefile | 4 |
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,' |