diff options
author | lofi <lofi@FreeBSD.org> | 2004-11-12 23:09:05 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2004-11-12 23:09:05 +0800 |
commit | ad429ffed883c52ad54e533af9c64b829780c884 (patch) | |
tree | cedcbcc81dac3c0a1685797ad620807ab29c992f /archivers/ark | |
parent | 1aed4641d796d30a6d1608b87e4ad5cb13c5dab6 (diff) | |
download | freebsd-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 'archivers/ark')
-rw-r--r-- | archivers/ark/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/archivers/ark/Makefile b/archivers/ark/Makefile index c7ac1747145b..d287e6938ed1 100644 --- a/archivers/ark/Makefile +++ b/archivers/ark/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 |