diff options
author | kris <kris@FreeBSD.org> | 2004-05-13 16:58:27 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-05-13 16:58:27 +0800 |
commit | 70f78228ad6915e1812bee07af39f14b3c773c2c (patch) | |
tree | 510c61a6be229a6e44eb848451fcb7efb767ad56 /net | |
parent | 16d7ae0d7dcc5f83512c4cc02ed2d62482787c56 (diff) | |
download | freebsd-ports-gnome-70f78228ad6915e1812bee07af39f14b3c773c2c.tar.gz freebsd-ports-gnome-70f78228ad6915e1812bee07af39f14b3c773c2c.tar.zst freebsd-ports-gnome-70f78228ad6915e1812bee07af39f14b3c773c2c.zip |
BROKEN on 5.x: Does not compile
Diffstat (limited to 'net')
-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> |