From 7e9a2d56def8be0de8b73fd6f3c766edb384c438 Mon Sep 17 00:00:00 2001 From: jgh Date: Tue, 30 Apr 2013 01:26:50 +0000 Subject: - fix conversion of USES= gettext --- security/dirmngr/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'security') diff --git a/security/dirmngr/Makefile b/security/dirmngr/Makefile index 72a7441f033d..150aab194bf5 100644 --- a/security/dirmngr/Makefile +++ b/security/dirmngr/Makefile @@ -35,7 +35,7 @@ OPTIONS_DEFINE= NLS .include .if ${PORT_OPTIONS:MNLS} -USE+= gettext +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls -- cgit