aboutsummaryrefslogtreecommitdiffstats
path: root/security/kwallet
diff options
context:
space:
mode:
authorlofi <lofi@FreeBSD.org>2005-04-04 21:43:34 +0800
committerlofi <lofi@FreeBSD.org>2005-04-04 21:43:34 +0800
commit1d197f2a5ceb8ce6ace960124370bed021adf3ee (patch)
tree8a2195b11fed9b403dd336fabb0a95d4448e3b1f /security/kwallet
parent7d9b32400aa0a26bb66dfb3b54cc0ca62e643ebd (diff)
downloadfreebsd-ports-gnome-1d197f2a5ceb8ce6ace960124370bed021adf3ee.tar.gz
freebsd-ports-gnome-1d197f2a5ceb8ce6ace960124370bed021adf3ee.tar.zst
freebsd-ports-gnome-1d197f2a5ceb8ce6ace960124370bed021adf3ee.zip
Depend on archivers/gtar on CURRENT later than 600022
Diffstat (limited to 'security/kwallet')
-rw-r--r--security/kwallet/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/security/kwallet/Makefile b/security/kwallet/Makefile
index 80226b15e7c1..e465f3ebecf1 100644
--- a/security/kwallet/Makefile
+++ b/security/kwallet/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