diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-09-29 05:45:34 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-09-29 05:45:34 +0000 |
commit | 90abb24f53e9d8c2428c70b483b38627d2bae3ae (patch) | |
tree | 039e88512c84bb0c19d7d2204a18150ecd6574ab /games/trophy | |
parent | 57ecc8add154f672ce9d853fb180da502d262718 (diff) | |
download | freebsd-ports-90abb24f53e9d8c2428c70b483b38627d2bae3ae.zip |
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
Diffstat (limited to 'games/trophy')
-rw-r--r-- | games/trophy/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/games/trophy/Makefile b/games/trophy/Makefile index 9bc81799af99..b1cc5fd8802e 100644 --- a/games/trophy/Makefile +++ b/games/trophy/Makefile @@ -25,6 +25,12 @@ BUILD_WRKSRC= ${WRKSRC}/trophy MAKE_ENV= PTHREAD_CFLAGS=${PTHREAD_CFLAGS} \ PTHREAD_LIBS=${PTHREAD_LIBS} +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + post-extract: @${FIND} ${BUILD_WRKSRC}/resources -name .cvsignore -exec ${RM} -f {} \; @@ -45,4 +51,4 @@ do-install: ${DOCSDIR} .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |