diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-11-18 22:13:34 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-11-18 22:13:34 +0000 |
commit | 01043704c54e8d77ed95bb4de581641a47aa054b (patch) | |
tree | adc2feb5e587a7c16077045abb9893524a091828 /sysutils/tct/Makefile | |
parent | aeec5966d09f1570a6aa5592e384cad155b12a8d (diff) |
Notes
Diffstat (limited to 'sysutils/tct/Makefile')
-rw-r--r-- | sysutils/tct/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysutils/tct/Makefile b/sysutils/tct/Makefile index 1c43c532a301..1f042ef50ae2 100644 --- a/sysutils/tct/Makefile +++ b/sysutils/tct/Makefile @@ -24,6 +24,10 @@ MYPORTDOCS= CHANGES COPYRIGHT INSTALL LICENSE MANIFEST OS-NOTES README.FIRST TOD .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 600000 +BROKEN= "Does not build on FreeBSD >= 6.x" +.endif + post-patch: ${SED} -e 's,/usr/local,${PREFIX},g' pkg-message > ${PKGMESSAGE} |