summaryrefslogtreecommitdiff
path: root/devel/ecore/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/ecore/Makefile')
-rw-r--r--devel/ecore/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/ecore/Makefile b/devel/ecore/Makefile
index 1590c8e579b1..ef18eb0b3ce8 100644
--- a/devel/ecore/Makefile
+++ b/devel/ecore/Makefile
@@ -21,11 +21,11 @@ OPTIONS_DEFINE= CON EVAS FILE IMF IMF_EVAS INPUT INPUT_EVAS IPC SDL X11
OPTIONS_DEFAULT=CON EVAS FILE IMF IMF_EVAS INPUT INPUT_EVAS IPC X11
.for NODE in ${OPTIONS_DEFINE}
-${NODE}_DESC= Install ${NODE:L} module
+${NODE}_DESC= Install ${NODE:tl} module
.endfor
.for NODE in ${OPTIONS_DEFINE}
-${NODE}_USE= EFL_ECORE=${NODE:L}
+${NODE}_USE= EFL_ECORE=${NODE:tl}
.endfor
.include <bsd.port.mk>