diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2009-06-13 10:39:30 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2009-06-13 10:39:30 +0000 |
commit | c11c8016101057c547fc21ec56998d2f21138d69 (patch) | |
tree | 4adda80dc1a60f364c024a79b36177f29c716c90 /russian | |
parent | 71d6cf085e8ce004d7b0662fccfcade67da2d484 (diff) |
Notes
Diffstat (limited to 'russian')
-rw-r--r-- | russian/pscyr/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/russian/pscyr/Makefile b/russian/pscyr/Makefile index a454fdd9e2be..5ecd54ed8821 100644 --- a/russian/pscyr/Makefile +++ b/russian/pscyr/Makefile @@ -38,4 +38,10 @@ post-install: ${UPDMAP_SYS} --quiet --nomkmap --enable Map=pscyr.map ${UPDMAP_SYS} --quiet --enable Map=pscyr2.map -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 800000 +BROKEN= does not build +.endif + +.include <bsd.port.post.mk> |