summaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-10-15 22:23:25 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-10-15 22:23:25 +0000
commitd894e365fe83a695850869cd43b9ff91d9c2323a (patch)
tree7a18870cedbd144cff76a826ef41b266e5dc5835 /japanese
parentReset inactive maintainer. (diff)
BROKEN on 5.x: does not compile
Notes
Notes: svn path=/head/; revision=91368
Diffstat (limited to 'japanese')
-rw-r--r--japanese/ming/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/japanese/ming/Makefile b/japanese/ming/Makefile
index 997e1a8c43ea..55154adde9b1 100644
--- a/japanese/ming/Makefile
+++ b/japanese/ming/Makefile
@@ -37,6 +37,12 @@ DOCS= CHANGES \
DOCS_UTIL= README \
TODO
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 501000
+BROKEN= "Does not compile"
+.endif
+
post-extract:
${SED} -e 's:"\.\./\.\./ming\.h":<ming.h>:g' \
${WRKSRC}/ming.h > ${WRKSRC}/mingpp.h
@@ -84,4 +90,4 @@ post-install:
.endfor
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>