diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-04-10 21:29:11 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-04-10 21:29:11 +0000 |
commit | ff6d8ec716d9bedb3cb3d26af73dbddca322fbc5 (patch) | |
tree | ff62f72ec5bbc4703432955f8d5b3e95f62eb5a8 /japanese/tk80/Makefile | |
parent | 4d408491e811a0cf70b734c067c4437d1d28906b (diff) | |
download | ports-ff6d8ec716d9bedb3cb3d26af73dbddca322fbc5.tar.gz ports-ff6d8ec716d9bedb3cb3d26af73dbddca322fbc5.zip |
Notes
Diffstat (limited to 'japanese/tk80/Makefile')
-rw-r--r-- | japanese/tk80/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/japanese/tk80/Makefile b/japanese/tk80/Makefile index 4f5a7e45dc42..c1503ab42952 100644 --- a/japanese/tk80/Makefile +++ b/japanese/tk80/Makefile @@ -37,6 +37,10 @@ INSTALLS_SHLIB= yes .include <bsd.port.pre.mk> +.if ${OSVERSION} > 600006 +BROKEN= "Depends on libxpg4 which was removed from FreeBSD 6.0" +.endif + .if !defined(NOPORTDOCS) post-patch: @${CP} ${FILESDIR}/README.FreeBSD.in ${TOPDIR}/README.FreeBSD.JP.in |