diff options
Diffstat (limited to 'net/net6/Makefile')
-rw-r--r-- | net/net6/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/net6/Makefile b/net/net6/Makefile index 9cfc1c601771..f4010d49aee6 100644 --- a/net/net6/Makefile +++ b/net/net6/Makefile @@ -24,7 +24,7 @@ USE_LDCONFIG= yes CONFIGURE_ARGS+=--disable-nls PLIST_SUB+= NLS="@comment " .else -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |