summaryrefslogtreecommitdiff
path: root/chinese
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-07-02 08:24:02 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-07-02 08:24:02 +0000
commitb79a8a6d5ef58af49c1cf07c7f754d81e8cb65a2 (patch)
tree2c3c94548f5168c9f294b2fa04bb99eea1b129ba /chinese
parentBROKEN: Broken pkg-plist (diff)
BROKEN on 4.x: Does not compile
Notes
Notes: svn path=/head/; revision=112746
Diffstat (limited to 'chinese')
-rw-r--r--chinese/qterm/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/chinese/qterm/Makefile b/chinese/qterm/Makefile
index 5ace33c78c73..b6ebabe75514 100644
--- a/chinese/qterm/Makefile
+++ b/chinese/qterm/Makefile
@@ -26,6 +26,10 @@ USE_PYTHON= -2.3
.include <bsd.port.pre.mk>
+.if ${OSVERSION} < 500000
+BROKEN= "Does not compile on FreeBSD 4.x"
+.endif
+
pre-everything::
@${ECHO_MSG} "Define WITHOUT_PYTHON to\
disable PYTHON scripts support."