diff options
| author | Boris Samorodov <bsam@FreeBSD.org> | 2013-09-07 21:48:14 +0000 |
|---|---|---|
| committer | Boris Samorodov <bsam@FreeBSD.org> | 2013-09-07 21:48:14 +0000 |
| commit | 11eac3a86edd09594f846a1b9dcf1691a78e9ed5 (patch) | |
| tree | 6183f42376075b29ed625b1370bfa0331e15a943 | |
| parent | - Update to 2.14.1 (diff) | |
. switch from USES=iconv to USES=iconv:build;
. use ICONV_CMD;
Approved by: portmgr (bapt, implicit)
Notes
Notes:
svn path=/head/; revision=326696
| -rw-r--r-- | graphics/opennurbs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/opennurbs/Makefile b/graphics/opennurbs/Makefile index 9f5cc663a10a..018ac2639d50 100644 --- a/graphics/opennurbs/Makefile +++ b/graphics/opennurbs/Makefile @@ -13,14 +13,14 @@ COMMENT= Tools to accurately transfer 3-D geometry between applications 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: |
