diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-10 01:50:14 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-10 01:50:14 +0000 |
commit | c8fb0c454e41c4142c3ae452dfea31a23498af89 (patch) | |
tree | 72f83527e15c47109d16eea28794680e79060a9a /chinese | |
parent | f6858c0da4e49dd7ffdbf4a7d63dcea63e2457e9 (diff) | |
download | ports-c8fb0c454e41c4142c3ae452dfea31a23498af89.tar.gz ports-c8fb0c454e41c4142c3ae452dfea31a23498af89.zip |
Notes
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/qterm/Makefile | 8 |
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> |