diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-10-15 21:43:46 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-10-15 21:43:46 +0000 |
commit | ee6faee56e86a3a331b8714ae95d777d09e75a6d (patch) | |
tree | 4754cadf9e0f7051d7ca300b978db460eb681ca2 /games/tetrinet-x | |
parent | 0859a9c9f4a505ff4a4598ca9cc9a76b4b416f1d (diff) | |
download | ports-ee6faee56e86a3a331b8714ae95d777d09e75a6d.tar.gz ports-ee6faee56e86a3a331b8714ae95d777d09e75a6d.zip |
Notes
Diffstat (limited to 'games/tetrinet-x')
-rw-r--r-- | games/tetrinet-x/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/games/tetrinet-x/Makefile b/games/tetrinet-x/Makefile index fb5be5821ee1..7e310d570317 100644 --- a/games/tetrinet-x/Makefile +++ b/games/tetrinet-x/Makefile @@ -19,6 +19,12 @@ WRKSRC= ${WRKDIR}/tetrinetx-${PORTVERSION} INSTALLDIR= ${PREFIX}/tetrinet-x +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 501000 +BROKEN= "Does not compile" +.endif + do-build: (cd ${WRKDIR}/tetrinetx-1.13.16/src && \ gcc -O2 -fno-strength-reduce -Wall main.c -o ../bin/tetrix.freebsd) @@ -44,4 +50,4 @@ post-install: @${ECHO} "" @${ECHO} "" -.include <bsd.port.mk> +.include <bsd.port.post.mk> |