diff options
author | kris <kris@FreeBSD.org> | 2005-05-07 03:14:06 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-05-07 03:14:06 +0000 |
commit | c7017d6b49c7130c1a7f719b95c701539b3b645a (patch) | |
tree | ef8e09c613697abece232ef81b5e9ac1d80dac19 /games | |
parent | 690bcd1e10eb99e630ea5f2244a3369f1589eb69 (diff) | |
download | FreeBSD-ports-c7017d6b49c7130c1a7f719b95c701539b3b645a.zip FreeBSD-ports-c7017d6b49c7130c1a7f719b95c701539b3b645a.tar.gz |
BROKEN on 4.x: Does not compile
Diffstat (limited to 'games')
-rw-r--r-- | games/gcompris2/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/games/gcompris2/Makefile b/games/gcompris2/Makefile index 611c780..709f945 100644 --- a/games/gcompris2/Makefile +++ b/games/gcompris2/Makefile @@ -36,8 +36,14 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ INFO= gcompris +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +BROKEN= "Does not compile on FreeBSD 4.x" +.endif + post-patch: @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ 's|-DGNOME_DISABLE_DEPRECATED||g' -.include <bsd.port.mk> +.include <bsd.port.post.mk> |