diff --git a/lang/lafontaine/Makefile b/lang/lafontaine/Makefile index 014457efddab..fe40c76ea555 100644 --- a/lang/lafontaine/Makefile +++ b/lang/lafontaine/Makefile @@ -19,18 +19,10 @@ GNU_CONFIGURE= yes USE_CSTD= gnu89 LDFLAGS+= -lm -NO_STAGE= yes - OPTIONS_DEFINE= NLS +OPTIONS_SUB= yes -.include - -.if ${PORT_OPTIONS:MNLS} -USES+= gettext -PLIST_SUB+= NLS="" -.else -CONFIGURE_ARGS= --disable-nls -PLIST_SUB+= NLS="@comment " -.endif +NLS_CONFIGURE_ENABLE= nls +NLS_USES= gettext .include