diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2006-09-12 15:11:40 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2006-09-12 15:11:40 +0800 |
commit | a5001f0aeef57485f2245956d6fb332b93961582 (patch) | |
tree | 17d5eb8ecfd83047e916f72e128593b910d227f6 /games | |
parent | 4b0206fd29f834c2103886e9cb85d342b2090410 (diff) | |
download | freebsd-ports-gnome-a5001f0aeef57485f2245956d6fb332b93961582.tar.gz freebsd-ports-gnome-a5001f0aeef57485f2245956d6fb332b93961582.tar.zst freebsd-ports-gnome-a5001f0aeef57485f2245956d6fb332b93961582.zip |
Mark it BROKEN, does not compile on 4.x.
Notified by: kris
Diffstat (limited to 'games')
-rw-r--r-- | games/fwp/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/games/fwp/Makefile b/games/fwp/Makefile index 7e1843950b5d..9a173c58b274 100644 --- a/games/fwp/Makefile +++ b/games/fwp/Makefile @@ -31,6 +31,12 @@ CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +BROKEN= does not compile on 4.x +.endif + pre-everything:: @${ECHO_MSG} @${ECHO_MSG} "Warning! This is the first playable version of FWP using the new libraries." @@ -45,4 +51,4 @@ post-patch: ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|-O$$enable_optimize||' ${WRKSRC}/configure -.include <bsd.port.mk> +.include <bsd.port.post.mk> |