diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-07-02 08:24:02 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-07-02 08:24:02 +0000 |
commit | b79a8a6d5ef58af49c1cf07c7f754d81e8cb65a2 (patch) | |
tree | 2c3c94548f5168c9f294b2fa04bb99eea1b129ba /chinese/qterm | |
parent | 3bcbe43dd12ceebabc059604957ee07b3033d6f9 (diff) |
BROKEN on 4.x: Does not compile
Notes
Notes:
svn path=/head/; revision=112746
Diffstat (limited to 'chinese/qterm')
-rw-r--r-- | chinese/qterm/Makefile | 4 |
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." |