aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils
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 /deskutils
parent1aed4641d796d30a6d1608b87e4ad5cb13c5dab6 (diff)
downloadfreebsd-ports-gnome-ad429ffed883c52ad54e533af9c64b829780c884.tar.gz
freebsd-ports-gnome-ad429ffed883c52ad54e533af9c64b829780c884.tar.zst
freebsd-ports-gnome-ad429ffed883c52ad54e533af9c64b829780c884.zip
Remove conditional runtime dependency on the gtar port, it's available
in the base system.
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/kcharselect/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/deskutils/kcharselect/Makefile b/deskutils/kcharselect/Makefile
index c7ac1747145b..d287e6938ed1 100644
--- a/deskutils/kcharselect/Makefile
+++ b/deskutils/kcharselect/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