aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2014-06-01 12:34:53 +0000
committerPawel Pekala <pawel@FreeBSD.org>2014-06-01 12:34:53 +0000
commit0a88efc19b56e6291ef844bfc71ce93ddc92a111 (patch)
treef772b3cd9dcda301f563569c10c3e7366ac05582
parente2be863d04ffb91cfcee56c0a0abc75c23dda1e2 (diff)
downloadports-0a88efc19b56e6291ef844bfc71ce93ddc92a111.tar.gz
ports-0a88efc19b56e6291ef844bfc71ce93ddc92a111.zip
Notes
-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>