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 | eb3e872da00c0b45c3c8946902fc88251a776eda (diff) | |
download | ports-ee1ee4bacb479eaf3459b4e237a7fc9a5984f562.tar.gz ports-ee1ee4bacb479eaf3459b4e237a7fc9a5984f562.zip |
Notes
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> |