svn commit: r326696 - head/graphics/opennurbs

Boris Samorodov bsam at FreeBSD.org
Sat Sep 7 21:48:15 UTC 2013


Author: bsam
Date: Sat Sep  7 21:48:14 2013
New Revision: 326696
URL: http://svnweb.freebsd.org/changeset/ports/326696

Log:
  . switch from USES=iconv to USES=iconv:build;
  . use ICONV_CMD;
  
  Approved by:	portmgr (bapt, implicit)

Modified:
  head/graphics/opennurbs/Makefile

Modified: head/graphics/opennurbs/Makefile
==============================================================================
--- head/graphics/opennurbs/Makefile	Sat Sep  7 21:36:32 2013	(r326695)
+++ head/graphics/opennurbs/Makefile	Sat Sep  7 21:48:14 2013	(r326696)
@@ -13,14 +13,14 @@ COMMENT=	Tools to accurately transfer 3-
 
 USE_DOS2UNIX=	yes
 USE_ZIP=	yes
-USES=		iconv gmake
+USES=		iconv:build gmake
 MAKE_ARGS=	CC=${CC} CCC=${CXX}
 
 MAKEFILE=	makefile
 EXAMPLESDIR=	${PREFIX}/libexec/openNURBS
 
 pre-build:
-	iconv -c -f utf-8 -t ascii ${WRKSRC}/opennurbs_version.h > ${WRKSRC}/opennurbs_version.h.tmp || ${TRUE}
+	${ICONV_CMD} -c -f utf-8 -t ascii ${WRKSRC}/opennurbs_version.h > ${WRKSRC}/opennurbs_version.h.tmp || ${TRUE}
 	@${MV} ${WRKSRC}/opennurbs_version.h.tmp ${WRKSRC}/opennurbs_version.h
 
 do-install:


More information about the svn-ports-all mailing list