diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-28 05:55:17 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-28 05:55:17 +0000 |
commit | 073c7ad9bfcc02fafcef761685ef0152be607b98 (patch) | |
tree | c893261879c63166f142412e3e8f0b8081092bb3 /graphics/opennurbs | |
parent | e6fd8b79a37a498723a86f53cfc707438d70cfec (diff) | |
download | ports-073c7ad9bfcc02fafcef761685ef0152be607b98.tar.gz ports-073c7ad9bfcc02fafcef761685ef0152be607b98.zip |
Notes
Diffstat (limited to 'graphics/opennurbs')
-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 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 |