aboutsummaryrefslogtreecommitdiff
path: root/chinese/qterm
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2006-08-10 01:50:14 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2006-08-10 01:50:14 +0000
commitc8fb0c454e41c4142c3ae452dfea31a23498af89 (patch)
tree72f83527e15c47109d16eea28794680e79060a9a /chinese/qterm
parentf6858c0da4e49dd7ffdbf4a7d63dcea63e2457e9 (diff)
downloadports-c8fb0c454e41c4142c3ae452dfea31a23498af89.tar.gz
ports-c8fb0c454e41c4142c3ae452dfea31a23498af89.zip
Notes
Diffstat (limited to 'chinese/qterm')
-rw-r--r--chinese/qterm/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/chinese/qterm/Makefile b/chinese/qterm/Makefile
index 14bd61e4983d..013437e99a4b 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>