svn commit: r365819 - head/lang/sr

Antoine Brodin antoine at FreeBSD.org
Sat Aug 23 21:22:44 UTC 2014


Author: antoine
Date: Sat Aug 23 21:22:43 2014
New Revision: 365819
URL: http://svnweb.freebsd.org/changeset/ports/365819
QAT: https://qat.redports.org/buildarchive/r365819/

Log:
  Fix make fetch
  
  Reported by:	pkg-fallout
  With hat:	portmgr

Modified:
  head/lang/sr/Makefile

Modified: head/lang/sr/Makefile
==============================================================================
--- head/lang/sr/Makefile	Sat Aug 23 21:22:41 2014	(r365818)
+++ head/lang/sr/Makefile	Sat Aug 23 21:22:43 2014	(r365819)
@@ -11,7 +11,7 @@ DISTNAME=	sr${PORTVERSION:S/.//g}
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Parallel language from the University of Arizona
 
-USES=		gmake	# required to support parallel (-jX) builds tar:Z
+USES=		gmake tar:Z	# required to support parallel (-jX) builds
 HAS_CONFIGURE=	yes
 CONFIGURE_ARGS=	prefix
 CONFIGURE_ENV=	PREFIX="${PREFIX}"


More information about the svn-ports-head mailing list