svn commit: r324096 - head/chinese/autoconvert
Baptiste Daroussin
bapt at FreeBSD.org
Thu Aug 1 06:46:32 UTC 2013
Author: bapt
Date: Thu Aug 1 06:46:31 2013
New Revision: 324096
URL: http://svnweb.freebsd.org/changeset/ports/324096
Log:
Fix without gcc
Modified:
head/chinese/autoconvert/Makefile
Modified: head/chinese/autoconvert/Makefile
==============================================================================
--- head/chinese/autoconvert/Makefile Thu Aug 1 06:43:44 2013 (r324095)
+++ head/chinese/autoconvert/Makefile Thu Aug 1 06:46:31 2013 (r324096)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: autoconvert
-# Date created: 26 Oct 1999
-# Whom: Yin-Jieh Chen <yinjieh at csie.nctu.edu.tw>
-#
+# Created by: Yin-Jieh Chen <yinjieh at 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}
More information about the svn-ports-head
mailing list