diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2004-11-08 00:34:12 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2004-11-08 00:34:12 +0000 |
commit | 14a1da27f45c47f56c03f100467c4145b22cc27f (patch) | |
tree | 1672be7254edbd4e14c07966ad43adbe5529db3b /deskutils/kcharselect/Makefile | |
parent | 1bee8f44c60705f102471d2277b0c99dd759ea47 (diff) | |
download | ports-14a1da27f45c47f56c03f100467c4145b22cc27f.tar.gz ports-14a1da27f45c47f56c03f100467c4145b22cc27f.zip |
Update to KDE 3.3.1
Notes
Notes:
svn path=/head/; revision=121092
Diffstat (limited to 'deskutils/kcharselect/Makefile')
-rw-r--r-- | deskutils/kcharselect/Makefile | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/deskutils/kcharselect/Makefile b/deskutils/kcharselect/Makefile index cd7620213037..c7ac1747145b 100644 --- a/deskutils/kcharselect/Makefile +++ b/deskutils/kcharselect/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> |