aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lang/lafontaine/Makefile14
1 files changed, 3 insertions, 11 deletions
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 <bsd.port.options.mk>
-
-.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 <bsd.port.mk>