summaryrefslogtreecommitdiff
path: root/graphics/evas/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/evas/Makefile')
-rw-r--r--graphics/evas/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/evas/Makefile b/graphics/evas/Makefile
index 5259ff3beb2c..0ea9691c658c 100644
--- a/graphics/evas/Makefile
+++ b/graphics/evas/Makefile
@@ -24,24 +24,24 @@ OPTIONS_DEFAULT=BUFFER OPENGL X11 \
PNG PMAPS PSD TGA TIFF WBMP XPM
.for NODE in ${OPTIONS_MULTI_ENGINES}
-${NODE}_DESC= Install ${NODE:L} engine
+${NODE}_DESC= Install ${NODE:tl} engine
.endfor
.for NODE in ${OPTIONS_DEFINE}
-${NODE}_DESC= Install ${NODE:L} loader
+${NODE}_DESC= Install ${NODE:tl} loader
.endfor
.include <bsd.port.options.mk>
.for NODE in ${OPTIONS_MULTI_ENGINES}
. if ${PORT_OPTIONS:M${NODE}}
-USE_EFL_EVAS_ENGINES+= ${NODE:L}
+USE_EFL_EVAS_ENGINES+= ${NODE:tl}
. endif
.endfor
.for NODE in ${OPTIONS_DEFINE}
. if ${PORT_OPTIONS:M${NODE}}
-USE_EFL_EVAS_LOADERS+= ${NODE:L}
+USE_EFL_EVAS_LOADERS+= ${NODE:tl}
. endif
.endfor