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/tkstep80 | |
parent | BROKEN on 6.0: Depends on libxpg4, which was removed prematurely by tjr (diff) |
BROKEN on 6.0: Depends on libxpg4 which was prematurely removed by tjr
Diffstat (limited to 'japanese/tkstep80')
-rw-r--r-- | japanese/tkstep80/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/japanese/tkstep80/Makefile b/japanese/tkstep80/Makefile index 9c322a833cfd..9816931902f7 100644 --- a/japanese/tkstep80/Makefile +++ b/japanese/tkstep80/Makefile @@ -44,6 +44,10 @@ PORTDOCDIR= ${PREFIX}/share/doc/tkstep${TCLVERSION}jp .include <bsd.port.pre.mk> +.if ${OSVERSION} > 600006 +BROKEN= "Depends on libxpg4 which was removed from FreeBSD 6.0" +.endif + pre-install: cd ${TOPDIR}/library/demos.jp && ${RM} -f *.orig |