diff options
Diffstat (limited to 'mail/sympa')
-rw-r--r-- | mail/sympa/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/mail/sympa/Makefile b/mail/sympa/Makefile index 37e4bd8ee390..d90b2d9bde30 100644 --- a/mail/sympa/Makefile +++ b/mail/sympa/Makefile @@ -65,14 +65,6 @@ SUB_FILES= pkg-install USE_RC_SUBR= sympa -.if !defined(WITHOUT_NLS) -USES+= gettext -PLIST_SUB+= NLS="" -.else -CONFIGURE_ARGS+=--disable-nls -PLIST_SUB+= NLS="@comment " -.endif - MAN8= alias_manager.8 archived.8 bounced.8 sympa.8 CONFLICTS= sympa-5* @@ -96,6 +88,14 @@ OPTIONS_SET+= ${option} .include <bsd.port.options.mk> +.if ${PORT_OPTIONS:MNLS} +USES+= gettext +PLIST_SUB+= NLS="" +.else +CONFIGURE_ARGS+=--disable-nls +PLIST_SUB+= NLS="@comment " +.endif + .if ${PORT_OPTIONS:MFASTCGI} RUN_DEPENDS+= p5-FCGI>=0:${PORTSDIR}/www/p5-FCGI . if ${PORT_OPTIONS:MAPACHE} |