aboutsummaryrefslogtreecommitdiff
path: root/devel/ecore-main/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/ecore-main/Makefile')
-rw-r--r--devel/ecore-main/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/ecore-main/Makefile b/devel/ecore-main/Makefile
index 91d353f323bd..e7e4b7e84aa9 100644
--- a/devel/ecore-main/Makefile
+++ b/devel/ecore-main/Makefile
@@ -28,7 +28,7 @@ EXAMPLESDIR= ${PREFIX}/share/examples/ecore
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
-USE_GETTEXT= yes
+USES+= gettext
CONFIGURE_ARGS+=--enable-nls
PLIST_SUB+= NLS=""
.else