aboutsummaryrefslogtreecommitdiffstats
path: root/security/kgpg-kde4
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2005-04-04 21:43:34 +0800
committerMichael Nottebrock <lofi@FreeBSD.org>2005-04-04 21:43:34 +0800
commit3ba0797c3290bff8f9503033337bd60be203580c (patch)
tree547bdb4a672fd04083a77322eec2d999c3df99ab /security/kgpg-kde4
parent13c83f704e7c51d05db560bbd11eeb7ccf7a2c38 (diff)
downloadfreebsd-ports-gnome-3ba0797c3290bff8f9503033337bd60be203580c.tar.gz
freebsd-ports-gnome-3ba0797c3290bff8f9503033337bd60be203580c.tar.zst
freebsd-ports-gnome-3ba0797c3290bff8f9503033337bd60be203580c.zip
Depend on archivers/gtar on CURRENT later than 600022
Diffstat (limited to 'security/kgpg-kde4')
-rw-r--r--security/kgpg-kde4/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/security/kgpg-kde4/Makefile b/security/kgpg-kde4/Makefile
index 80226b15e7c1..e465f3ebecf1 100644
--- a/security/kgpg-kde4/Makefile
+++ b/security/kgpg-kde4/Makefile
@@ -41,6 +41,9 @@ LDCONFIG_DIRS+= %%PREFIX%%/lib %%PREFIX%%/lib/kde3
.include <bsd.port.pre.mk>
.if ${OSVERSION} > 501102
+. if ${OSVERSION} > 600021
+RUN_DEPENDS+= gtar:${PORTSDIR}/archivers/gtar
+. endif
post-patch:
${REINPLACE_CMD} -e 's|>tar<|>gtar<|g' ${WRKSRC}/ark/ark.kcfg
.endif