diff options
Diffstat (limited to 'sysutils/tct')
-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} |