Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 May 2014 07:24:34 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r354717 - head/devel/valgrind
Message-ID:  <201405210724.s4L7OYeQ057141@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Wed May 21 07:24:34 2014
New Revision: 354717
URL: http://svnweb.freebsd.org/changeset/ports/354717
QAT: https://qat.redports.org/buildarchive/r354717/

Log:
  devel/valgrind: USES=tar:bzip2, shebangfix
  
  Approved by: maintainer (by mail), portmgr (blanket approval), jadawin (mentor)

Modified:
  head/devel/valgrind/Makefile

Modified: head/devel/valgrind/Makefile
==============================================================================
--- head/devel/valgrind/Makefile	Wed May 21 07:21:42 2014	(r354716)
+++ head/devel/valgrind/Makefile	Wed May 21 07:24:34 2014	(r354717)
@@ -32,11 +32,11 @@ MPI_DESC=	Enable build of MPI wrappers
 MPI_LIB_DEPENDS=	mpich:${PORTSDIR}/net/mpich2
 
 OPTIONS_SUB=	yes
-USE_BZIP2=	yes
-USES=		pathfix pkgconfig gmake perl5
+USES=		pathfix tar:bzip2 pkgconfig gmake perl5 shebangfix
 USE_PERL5=	build
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
+SHEBANG_FILES=	callgrind/callgrind_annotate.in callgrind/callgrind_control.in
 
 PORTDOCS=	html
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405210724.s4L7OYeQ057141>