svn commit: r363382 - head/mail/mailman

Antoine Brodin antoine at FreeBSD.org
Tue Jul 29 19:56:25 UTC 2014


Author: antoine
Date: Tue Jul 29 19:56:24 2014
New Revision: 363382
URL: http://svnweb.freebsd.org/changeset/ports/363382
QAT: https://qat.redports.org/buildarchive/r363382/

Log:
  Fix make fetch
  
  Pointy hat:	adamw

Modified:
  head/mail/mailman/Makefile

Modified: head/mail/mailman/Makefile
==============================================================================
--- head/mail/mailman/Makefile	Tue Jul 29 19:53:17 2014	(r363381)
+++ head/mail/mailman/Makefile	Tue Jul 29 19:56:24 2014	(r363382)
@@ -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 "


More information about the svn-ports-all mailing list