aboutsummaryrefslogtreecommitdiff
path: root/graphics/simpleviewer
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-05-20 19:32:39 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-05-20 19:32:39 +0000
commitf191d6b8872215d88c30b5942a9319854b9e98ba (patch)
tree2ae9e1593b29ed28637a9cbae361c9e3af678802 /graphics/simpleviewer
parent47e51189262149884b0a6e3a5653e397d7635d35 (diff)
downloadports-f191d6b8872215d88c30b5942a9319854b9e98ba.tar.gz
ports-f191d6b8872215d88c30b5942a9319854b9e98ba.zip
Quote ${CC} and similar variables in MAKE_ARGS.
Reported by: Dominic Fandrey <kamikaze@bsdforen.de>
Notes
Notes: svn path=/head/; revision=354670
Diffstat (limited to 'graphics/simpleviewer')
-rw-r--r--graphics/simpleviewer/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/simpleviewer/Makefile b/graphics/simpleviewer/Makefile
index cee7cc5e1746..fbf2b645aef7 100644
--- a/graphics/simpleviewer/Makefile
+++ b/graphics/simpleviewer/Makefile
@@ -22,7 +22,7 @@ USE_EFL= imlib2
USE_GL= glut
WRKSRC= ${WRKDIR}/sviewgl-src
CFLAGS+= -I${LOCALBASE}/include/libpng15
-MAKE_ARGS= CC=${CXX}
+MAKE_ARGS= CC="${CXX}"
PLIST_FILES= bin/sviewgl