aboutsummaryrefslogtreecommitdiffstats
path: root/devel/kdesdk3
diff options
context:
space:
mode:
authorlofi <lofi@FreeBSD.org>2004-08-06 22:04:49 +0800
committerlofi <lofi@FreeBSD.org>2004-08-06 22:04:49 +0800
commitcb44c5412dbad2df42c8b941553ae7581b8eecad (patch)
tree9949f868743832eec9e02493121a49442e6a8bbb /devel/kdesdk3
parent84c4206350f63aa7b88d193002f484bdb7c470c2 (diff)
downloadfreebsd-ports-gnome-cb44c5412dbad2df42c8b941553ae7581b8eecad.tar.gz
freebsd-ports-gnome-cb44c5412dbad2df42c8b941553ae7581b8eecad.tar.zst
freebsd-ports-gnome-cb44c5412dbad2df42c8b941553ae7581b8eecad.zip
Remove RUN_DEPENDS on calltree again. kcachegrind is a tool for analyzing
valgrind dumps, it doesn't need (or use) valgrind at all at runtime.
Diffstat (limited to 'devel/kdesdk3')
-rw-r--r--devel/kdesdk3/Makefile13
1 files changed, 2 insertions, 11 deletions
diff --git a/devel/kdesdk3/Makefile b/devel/kdesdk3/Makefile
index 7f6254991aff..ec66ba5f9e42 100644
--- a/devel/kdesdk3/Makefile
+++ b/devel/kdesdk3/Makefile
@@ -31,18 +31,9 @@ GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
LDCONFIG_DIRS= %%PREFIX%%/lib %%PREFIX%%/lib/kde3
-.include "${.CURDIR}/../../x11/kde3/Makefile.kde"
-.include <bsd.port.pre.mk>
-
-# calltree is a plugin for valgrind, which is i386-only
-# kcachegrind however likes to use them both, so we depend
-# on them in the i386-case
-.if ${ARCH} == "i386"
-RUN_DEPENDS+= calltree:${PORTSDIR}/devel/calltree
-.endif
-
pre-configure:
@${REINPLACE_CMD} -e 's|-I$$ac_db_includes|-I${LOCALBASE}/include/db4|g' \
-e 's|ac_db_name="db"|ac_db_name="db4"|g' ${WRKSRC}/configure
-.include <bsd.port.post.mk>
+.include "${.CURDIR}/../../x11/kde3/Makefile.kde"
+.include <bsd.port.mk>