aboutsummaryrefslogtreecommitdiffstats
path: root/math/kcalc
diff options
context:
space:
mode:
authorlofi <lofi@FreeBSD.org>2004-11-12 23:09:05 +0800
committerlofi <lofi@FreeBSD.org>2004-11-12 23:09:05 +0800
commitad429ffed883c52ad54e533af9c64b829780c884 (patch)
treecedcbcc81dac3c0a1685797ad620807ab29c992f /math/kcalc
parent1aed4641d796d30a6d1608b87e4ad5cb13c5dab6 (diff)
downloadfreebsd-ports-graphics-ad429ffed883c52ad54e533af9c64b829780c884.tar.gz
freebsd-ports-graphics-ad429ffed883c52ad54e533af9c64b829780c884.tar.zst
freebsd-ports-graphics-ad429ffed883c52ad54e533af9c64b829780c884.zip
Remove conditional runtime dependency on the gtar port, it's available
in the base system.
Diffstat (limited to 'math/kcalc')
-rw-r--r--math/kcalc/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/math/kcalc/Makefile b/math/kcalc/Makefile
index c7ac1747145..d287e6938ed 100644
--- a/math/kcalc/Makefile
+++ b/math/kcalc/Makefile
@@ -40,8 +40,6 @@ LDCONFIG_DIRS+= %%PREFIX%%/lib %%PREFIX%%/lib/kde3
.include <bsd.port.pre.mk>
.if ${OSVERSION} > 501102
-RUN_DEPENDS+= gtar:${PORTSDIR}/archivers/gtar
-
post-patch:
${REINPLACE_CMD} -e 's|>tar<|>gtar<|g' ${WRKSRC}/ark/ark.kcfg
.endif