diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-05-20 19:32:39 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-05-20 19:32:39 +0000 |
commit | f191d6b8872215d88c30b5942a9319854b9e98ba (patch) | |
tree | 2ae9e1593b29ed28637a9cbae361c9e3af678802 /graphics/opennurbs | |
parent | 47e51189262149884b0a6e3a5653e397d7635d35 (diff) | |
download | ports-f191d6b8872215d88c30b5942a9319854b9e98ba.tar.gz ports-f191d6b8872215d88c30b5942a9319854b9e98ba.zip |
Notes
Diffstat (limited to 'graphics/opennurbs')
-rw-r--r-- | graphics/opennurbs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/opennurbs/Makefile b/graphics/opennurbs/Makefile index 668852b68963..2c268a51b4d6 100644 --- a/graphics/opennurbs/Makefile +++ b/graphics/opennurbs/Makefile @@ -13,7 +13,7 @@ MAINTAINER= fernando.apesteguia@gmail.com COMMENT= Tools to accurately transfer 3-D geometry between applications USES= iconv:build dos2unix gmake zip -MAKE_ARGS= CC=${CC} CCC=${CXX} +MAKE_ARGS= CC="${CC}" CCC="${CXX}" MAKEFILE= makefile EXAMPLESDIR= ${STAGEDIR}${PREFIX}/libexec/openNURBS |