diff options
author | linimon <linimon@FreeBSD.org> | 2003-12-22 01:57:29 +0000 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2003-12-22 01:57:29 +0000 |
commit | 39fe4bfd3a7cb2fa8b3032d24cf665f758bb4e6e (patch) | |
tree | 39997ebe8cfbba66fa49a021a3a4fb674391cfbd /games/tvp | |
parent | dd6be4adf8b47984189e9b5c703b6f99c1e0f3ce (diff) | |
download | FreeBSD-ports-39fe4bfd3a7cb2fa8b3032d24cf665f758bb4e6e.zip FreeBSD-ports-39fe4bfd3a7cb2fa8b3032d24cf665f758bb4e6e.tar.gz |
Mark as broken on 5.x due to the gcc3.3 import's usual objection to
multiline string constants. Informed maintainer.
Diffstat (limited to 'games/tvp')
-rw-r--r-- | games/tvp/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/games/tvp/Makefile b/games/tvp/Makefile index 6916864..d3f6183 100644 --- a/games/tvp/Makefile +++ b/games/tvp/Makefile @@ -43,4 +43,10 @@ post-install: ${PREFIX}/man/man6/tvp.6 ${STRIP_CMD} ${PREFIX}/bin/aprez ${PREFIX}/bin/prez ${PREFIX}/bin/xpwish -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile on FreeBSD ${OSVERSION}" +.endif + +.include <bsd.port.post.mk> |