diff options
author | kris <kris@FreeBSD.org> | 2004-09-18 08:07:51 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-09-18 08:07:51 +0000 |
commit | 1e2d3a627440d68da659598fbfaabb3560b7b8ff (patch) | |
tree | bd46077553411761b76db517f98d3e0121535b22 /games | |
parent | cf57262f63a5f05d2b4128b9e9fed4e03eb710b0 (diff) | |
download | FreeBSD-ports-1e2d3a627440d68da659598fbfaabb3560b7b8ff.zip FreeBSD-ports-1e2d3a627440d68da659598fbfaabb3560b7b8ff.tar.gz |
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
Diffstat (limited to 'games')
-rw-r--r-- | games/cube/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/games/cube/Makefile b/games/cube/Makefile index 79636c5..a1e9d6b 100644 --- a/games/cube/Makefile +++ b/games/cube/Makefile @@ -27,6 +27,12 @@ BUILD_WRKSRC= ${WRKSRC}/source/src DATADIR= ${PREFIX}/share/cube CONFIGURE_WRKSRC= ${WRKSRC}/source/enet +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + post-extract: @ ${UNZIP_CMD} -a -q -o ${WRKSRC}/source/${DISTNAME}_src.zip -d ${WRKSRC}/source/ @@ -47,4 +53,4 @@ do-install: ${CP} -Rp ${WRKSRC}/data ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/autoexec.cfg ${DATADIR} -.include <bsd.port.mk> +.include <bsd.port.post.mk> |