diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2014-06-01 12:34:53 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2014-06-01 12:34:53 +0000 |
commit | 0a88efc19b56e6291ef844bfc71ce93ddc92a111 (patch) | |
tree | f772b3cd9dcda301f563569c10c3e7366ac05582 | |
parent | e2be863d04ffb91cfcee56c0a0abc75c23dda1e2 (diff) |
- Port is stage safe
- Use options subs, helpers
Notes
Notes:
svn path=/head/; revision=356106
-rw-r--r-- | lang/lafontaine/Makefile | 14 |
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> |