svn commit: r355071 - head/devel/kcachegrind

Kurt Jaeger pi at FreeBSD.org
Sat May 24 18:23:50 UTC 2014


Author: pi
Date: Sat May 24 18:23:49 2014
New Revision: 355071
URL: http://svnweb.freebsd.org/changeset/ports/355071
QAT: https://qat.redports.org/buildarchive/r355071/

Log:
  devel/kcachegrind: shebangfix
  
  Approved by: portmgr (blanket approval), jadawin (mentor)

Modified:
  head/devel/kcachegrind/Makefile

Modified: head/devel/kcachegrind/Makefile
==============================================================================
--- head/devel/kcachegrind/Makefile	Sat May 24 18:17:10 2014	(r355070)
+++ head/devel/kcachegrind/Makefile	Sat May 24 18:23:49 2014	(r355071)
@@ -11,9 +11,11 @@ MAINTAINER=	kde at FreeBSD.org
 COMMENT=	Profiler frontend for KDE
 
 USE_KDE4=	kdelibs kdeprefix kdehier automoc4
-USES=		cmake:outsource tar:xz
+USES=		cmake:outsource tar:xz shebangfix
 USE_QT4=	moc_build qmake_build rcc_build uic_build \
 		corelib dbus gui
+SHEBANG_FILES=	converters/op2calltree converters/dprof2calltree \
+		converters/memprof2calltree
 
 OPTIONS_DEFINE=	DOT VALGRIND
 


More information about the svn-ports-all mailing list