diff options
author | kris <kris@FreeBSD.org> | 2002-10-26 02:55:52 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-10-26 02:55:52 +0000 |
commit | b59c9e1e35103c446c8de55d829d77999e71b116 (patch) | |
tree | 0a5109baeef33f48f6f528cb1252154f3d38fa06 /devel/tvision | |
parent | a431715e60e09f7335ad90915bb088e486f6bfd1 (diff) | |
download | FreeBSD-ports-b59c9e1e35103c446c8de55d829d77999e71b116.zip FreeBSD-ports-b59c9e1e35103c446c8de55d829d77999e71b116.tar.gz |
Mark BROKEN on 5.0
Diffstat (limited to 'devel/tvision')
-rw-r--r-- | devel/tvision/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/tvision/Makefile b/devel/tvision/Makefile index 5964e83..83bc25e 100644 --- a/devel/tvision/Makefile +++ b/devel/tvision/Makefile @@ -20,6 +20,12 @@ GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} INSTALLS_SHLIB= yes +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500035 +BROKEN= "Does not compile on 5.0" +.endif + post-extract: @${MV} ${WRKSRC}/myendian.h ${WRKSRC}/lib @@ -29,4 +35,4 @@ post-patch: @${REINPLACE_CMD} -e 's,menus.h msgbox.h,menus.h msgbox.h myendian.h,' \ ${WRKSRC}/lib/Makefile.in -.include <bsd.port.mk> +.include <bsd.port.post.mk> |