diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2005-04-04 13:43:34 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2005-04-04 13:43:34 +0000 |
commit | 3ba0797c3290bff8f9503033337bd60be203580c (patch) | |
tree | 547bdb4a672fd04083a77322eec2d999c3df99ab /archivers/ark | |
parent | - Bump PORTREVISION. (diff) |
Depend on archivers/gtar on CURRENT later than 600022
Notes
Notes:
svn path=/head/; revision=132469
Diffstat (limited to 'archivers/ark')
-rw-r--r-- | archivers/ark/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/archivers/ark/Makefile b/archivers/ark/Makefile index 80226b15e7c1..e465f3ebecf1 100644 --- a/archivers/ark/Makefile +++ b/archivers/ark/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 |