aboutsummaryrefslogtreecommitdiff
path: root/graphics/opennurbs
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-08-28 05:55:17 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-08-28 05:55:17 +0000
commit073c7ad9bfcc02fafcef761685ef0152be607b98 (patch)
treec893261879c63166f142412e3e8f0b8081092bb3 /graphics/opennurbs
parente6fd8b79a37a498723a86f53cfc707438d70cfec (diff)
downloadports-073c7ad9bfcc02fafcef761685ef0152be607b98.tar.gz
ports-073c7ad9bfcc02fafcef761685ef0152be607b98.zip
Fix build without gcc
Notes
Notes: svn path=/head/; revision=325505
Diffstat (limited to 'graphics/opennurbs')
-rw-r--r--graphics/opennurbs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/opennurbs/Makefile b/graphics/opennurbs/Makefile
index c60c499e989c..9f5cc663a10a 100644
--- a/graphics/opennurbs/Makefile
+++ b/graphics/opennurbs/Makefile
@@ -12,9 +12,9 @@ MAINTAINER= fernando.apesteguia@gmail.com
COMMENT= Tools to accurately transfer 3-D geometry between applications
USE_DOS2UNIX= yes
-USE_GMAKE= yes
USE_ZIP= yes
-USES= iconv
+USES= iconv gmake
+MAKE_ARGS= CC=${CC} CCC=${CXX}
MAKEFILE= makefile
EXAMPLESDIR= ${PREFIX}/libexec/openNURBS