aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-08-28 13:55:17 +0800
committerbapt <bapt@FreeBSD.org>2013-08-28 13:55:17 +0800
commit934ceedcae68ae498711008fe5bd9dab7de78fbe (patch)
treec893261879c63166f142412e3e8f0b8081092bb3 /graphics
parent1ef352b7872fb8cfcf11e185d83554994e60eb74 (diff)
downloadfreebsd-ports-gnome-934ceedcae68ae498711008fe5bd9dab7de78fbe.tar.gz
freebsd-ports-gnome-934ceedcae68ae498711008fe5bd9dab7de78fbe.tar.zst
freebsd-ports-gnome-934ceedcae68ae498711008fe5bd9dab7de78fbe.zip
Fix build without gcc
Diffstat (limited to 'graphics')
-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