From 0a88efc19b56e6291ef844bfc71ce93ddc92a111 Mon Sep 17 00:00:00 2001 From: Pawel Pekala Date: Sun, 1 Jun 2014 12:34:53 +0000 Subject: [PATCH] - Port is stage safe - Use options subs, helpers --- lang/lafontaine/Makefile | 14 +++----------- 1 file 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 - -.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