diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/nano/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/nano/Makefile b/editors/nano/Makefile index 53c00849cebf..674d31722178 100644 --- a/editors/nano/Makefile +++ b/editors/nano/Makefile @@ -19,7 +19,7 @@ MAKE_JOBS_SAFE= yes LICENSE= GPLv3 -.if !defined(WITHOUT_NLS) +.if ${PORT_OPTIONS:MNLS} USE_GETTEXT= yes PLIST_SUB+= NLS="" MANLANG= "" fr @@ -28,7 +28,7 @@ CONFIGURE_ARGS+=--disable-nls PLIST_SUB+= NLS="@comment " .endif -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} MAKE_ARGS+= install_htmlmanDATA=install-htmlmanDATA .else MAKE_ARGS+= install_htmlmanDATA="" |