diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-05-13 08:58:27 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-05-13 08:58:27 +0000 |
commit | ee1ee4bacb479eaf3459b4e237a7fc9a5984f562 (patch) | |
tree | e6f33805a44405184bf9d9c489cab483401cb633 /net/ttt | |
parent | Bump portrevision. (diff) |
BROKEN on 5.x: Does not compile
Notes
Notes:
svn path=/head/; revision=109059
Diffstat (limited to 'net/ttt')
-rw-r--r-- | net/ttt/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/net/ttt/Makefile b/net/ttt/Makefile index 3ca67328e67e..4b7abf6baa14 100644 --- a/net/ttt/Makefile +++ b/net/ttt/Makefile @@ -22,4 +22,10 @@ CONFIGURE_ARGS= --with-tcl=${LOCALBASE}/lib/tcl8.4 \ INSTALL_TARGET= install install-man MAN1= ttt.1 tttprobe.1 tttview.1 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} > 502111 +BROKEN= "Does not compile on 5.x" +.endif + +.include <bsd.port.post.mk> |