summaryrefslogtreecommitdiffstats
path: root/chinese
diff options
context:
space:
mode:
authorclsung <clsung@FreeBSD.org>2006-08-10 01:50:14 +0000
committerclsung <clsung@FreeBSD.org>2006-08-10 01:50:14 +0000
commit2c58d83a5d1e15f34450a55970352de3263b83be (patch)
tree54a3019d2c0ff158e7a16d8c8808e5391c1554dd /chinese
parent0128724e326bb546285c53097adea2269806ed89 (diff)
downloadFreeBSD-ports-2c58d83a5d1e15f34450a55970352de3263b83be.zip
FreeBSD-ports-2c58d83a5d1e15f34450a55970352de3263b83be.tar.gz
- Does not build on 4.x
Approved by: maintainer (Yuan, Jue) (implicit)
Diffstat (limited to 'chinese')
-rw-r--r--chinese/qterm/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/chinese/qterm/Makefile b/chinese/qterm/Makefile
index 14bd61e..013437e 100644
--- a/chinese/qterm/Makefile
+++ b/chinese/qterm/Makefile
@@ -43,4 +43,10 @@ post-install:
@${CHMOD} +w ${DATADIR}/address.cfg
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500016
+BROKEN= Does not build on 4.x
+.endif
+
+.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud