diff options
author | lofi <lofi@FreeBSD.org> | 2005-04-04 21:43:34 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2005-04-04 21:43:34 +0800 |
commit | 1d197f2a5ceb8ce6ace960124370bed021adf3ee (patch) | |
tree | 8a2195b11fed9b403dd336fabb0a95d4448e3b1f /sysutils | |
parent | 7d9b32400aa0a26bb66dfb3b54cc0ca62e643ebd (diff) | |
download | freebsd-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 'sysutils')
-rw-r--r-- | sysutils/kdf/Makefile | 3 | ||||
-rw-r--r-- | sysutils/kfloppy/Makefile | 3 | ||||
-rw-r--r-- | sysutils/sweeper/Makefile | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/sysutils/kdf/Makefile b/sysutils/kdf/Makefile index 80226b15e7c1..e465f3ebecf1 100644 --- a/sysutils/kdf/Makefile +++ b/sysutils/kdf/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 diff --git a/sysutils/kfloppy/Makefile b/sysutils/kfloppy/Makefile index 80226b15e7c1..e465f3ebecf1 100644 --- a/sysutils/kfloppy/Makefile +++ b/sysutils/kfloppy/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 diff --git a/sysutils/sweeper/Makefile b/sysutils/sweeper/Makefile index 80226b15e7c1..e465f3ebecf1 100644 --- a/sysutils/sweeper/Makefile +++ b/sysutils/sweeper/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 |