diff options
author | bapt <bapt@FreeBSD.org> | 2013-08-01 14:46:31 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-08-01 14:46:31 +0800 |
commit | 68519b4cec21cd4e8c122eec882f769527586fcb (patch) | |
tree | af3dea8f092bfd3b2372441aa38971c23f6aeef3 /chinese | |
parent | f29b5943a6ce001877c5a776b89feac5012fee97 (diff) | |
download | freebsd-ports-gnome-68519b4cec21cd4e8c122eec882f769527586fcb.tar.gz freebsd-ports-gnome-68519b4cec21cd4e8c122eec882f769527586fcb.tar.zst freebsd-ports-gnome-68519b4cec21cd4e8c122eec882f769527586fcb.zip |
Fix without gcc
Diffstat (limited to 'chinese')
-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} |