diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-07-29 19:56:24 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-07-29 19:56:24 +0000 |
commit | 105236a46e25b2439901bc96d02e9ad11eaa2aeb (patch) | |
tree | 60fcd75d52147552ecb002cf330afbdad51ae261 | |
parent | 3a1de82f0371d914e401d168807391a4f5fca725 (diff) |
Notes
-rw-r--r-- | mail/mailman/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/mailman/Makefile b/mail/mailman/Makefile index bf7444ee2944..daa4556a6372 100644 --- a/mail/mailman/Makefile +++ b/mail/mailman/Makefile @@ -19,6 +19,7 @@ LICENSE_FILE= ${WRKSRC}/gnu-COPYING-GPL CONFLICTS= ja-mailman-2.1.* +USES= tar:tgz USE_AUTOTOOLS= autoconf USE_PYTHON= 2 USE_RC_SUBR= mailman @@ -76,7 +77,7 @@ MTA_DESC= Integrate with which MTA? .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} -USES+= gettext tar:tgz +USES+= gettext PLIST_SUB+= NLS="" .else PLIST_SUB+= NLS="@comment " |