svn commit: r354717 - head/devel/valgrind

Kurt Jaeger pi at FreeBSD.org
Wed May 21 07:24:35 UTC 2014


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
 


More information about the svn-ports-all mailing list