diff options
author | lofi <lofi@FreeBSD.org> | 2004-11-08 08:34:12 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2004-11-08 08:34:12 +0800 |
commit | 0b6556548ebcb9a70fb027fc2988bb9562f679be (patch) | |
tree | 72c0b28822f6f58acdadcc22fe8e3042ef14ec20 /sysutils/kdf/Makefile | |
parent | 38539b8ae1b566d4fa23f20138a9d8ee76a6f291 (diff) | |
download | freebsd-ports-graphics-0b6556548ebcb9a70fb027fc2988bb9562f679be.tar.gz freebsd-ports-graphics-0b6556548ebcb9a70fb027fc2988bb9562f679be.tar.zst freebsd-ports-graphics-0b6556548ebcb9a70fb027fc2988bb9562f679be.zip |
Update to KDE 3.3.1
Diffstat (limited to 'sysutils/kdf/Makefile')
-rw-r--r-- | sysutils/kdf/Makefile | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/sysutils/kdf/Makefile b/sysutils/kdf/Makefile index cd762021303..c7ac1747145 100644 --- a/sysutils/kdf/Makefile +++ b/sysutils/kdf/Makefile @@ -37,4 +37,13 @@ INSTALLS_SHLIB= yes LDCONFIG_DIRS+= %%PREFIX%%/lib %%PREFIX%%/lib/kde3 .include "${.CURDIR}/../../x11/kde3/Makefile.kde" -.include <bsd.port.mk> +.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 + +.include <bsd.port.post.mk> |