diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-01 06:46:31 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-01 06:46:31 +0000 |
commit | eb01dde2dbf0fd20d1e49123124152012b6e5ab8 (patch) | |
tree | af3dea8f092bfd3b2372441aa38971c23f6aeef3 /chinese/autoconvert | |
parent | b95a7256feac18c120e97c1ad62f77fd8370678b (diff) | |
download | ports-eb01dde2dbf0fd20d1e49123124152012b6e5ab8.tar.gz ports-eb01dde2dbf0fd20d1e49123124152012b6e5ab8.zip |
Fix without gcc
Notes
Notes:
svn path=/head/; revision=324096
Diffstat (limited to 'chinese/autoconvert')
-rw-r--r-- | chinese/autoconvert/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/chinese/autoconvert/Makefile b/chinese/autoconvert/Makefile index 9cc13870a0ee..fc41eb35d0b1 100644 --- a/chinese/autoconvert/Makefile +++ b/chinese/autoconvert/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: autoconvert -# Date created: 26 Oct 1999 -# Whom: Yin-Jieh Chen <yinjieh@csie.nctu.edu.tw> -# +# Created by: Yin-Jieh Chen <yinjieh@csie.nctu.edu.tw> # $FreeBSD$ -# PORTNAME= autoconvert PORTVERSION= 0.3.16 @@ -21,6 +17,7 @@ LICENSE_COMB= dual OPTIONS_DEFINE= DOCS MAKE_ENV= CFLAG="${CPPFLAGS}" LIBS="${LDFLAGS}" +MAKE_ARGS= CC=${CC} MAKE_JOBS_UNSAFE= yes USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |