diff options
author | kris <kris@FreeBSD.org> | 2004-11-19 06:13:34 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-11-19 06:13:34 +0800 |
commit | 80811b630c64909faeb214710c9f4b87a6381bff (patch) | |
tree | 5d3ab334444ace3bc50b2447e3fc25c5952bcf8c /sysutils/tct | |
parent | f044a5fb93a06c8d04b65a1200a250cf1f7a8095 (diff) | |
download | freebsd-ports-gnome-80811b630c64909faeb214710c9f4b87a6381bff.tar.gz freebsd-ports-gnome-80811b630c64909faeb214710c9f4b87a6381bff.tar.zst freebsd-ports-gnome-80811b630c64909faeb214710c9f4b87a6381bff.zip |
BROKEN on 6.x: Does not build
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} |