diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-05-20 19:32:39 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-05-20 19:32:39 +0000 |
commit | f191d6b8872215d88c30b5942a9319854b9e98ba (patch) | |
tree | 2ae9e1593b29ed28637a9cbae361c9e3af678802 /chinese/autoconvert | |
parent | 47e51189262149884b0a6e3a5653e397d7635d35 (diff) | |
download | ports-f191d6b8872215d88c30b5942a9319854b9e98ba.tar.gz ports-f191d6b8872215d88c30b5942a9319854b9e98ba.zip |
Notes
Diffstat (limited to 'chinese/autoconvert')
-rw-r--r-- | chinese/autoconvert/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chinese/autoconvert/Makefile b/chinese/autoconvert/Makefile index 3d70ef7fd084..e68ab685a14c 100644 --- a/chinese/autoconvert/Makefile +++ b/chinese/autoconvert/Makefile @@ -17,7 +17,7 @@ LICENSE_COMB= dual OPTIONS_DEFINE= DOCS MAKE_ENV= CFLAG="${CPPFLAGS}" LIBS="${LDFLAGS}" -MAKE_ARGS= CC=${CC} +MAKE_ARGS= CC="${CC}" MAKE_JOBS_UNSAFE= yes USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |