From 2307a70975f643e54d07bf83975458d31c39998b Mon Sep 17 00:00:00 2001 From: krion Date: Thu, 10 Mar 2005 11:02:13 +0000 Subject: BROKEN: Does not compile on FreeBSD >= 5.x --- games/adonthell/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'games') diff --git a/games/adonthell/Makefile b/games/adonthell/Makefile index b710ef59d78d..7745fbf24a3b 100644 --- a/games/adonthell/Makefile +++ b/games/adonthell/Makefile @@ -28,6 +28,12 @@ CONFIGURE_ARGS+= --disable-py-debug CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= LDFLAGS=-L${LOCALBASE}/lib +.include + +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + post-install: cd ${WRKDIR}/wastesedge-${PORTVERSION} && \ ${SETENV} ${CONFIGURE_ENV} ./configure ${CONFIGURE_ARGS} \ @@ -36,4 +42,4 @@ post-install: cd ${WRKDIR}/wastesedge-${PORTVERSION} && ${GMAKE} cd ${WRKDIR}/wastesedge-${PORTVERSION} && ${GMAKE} install -.include +.include -- cgit