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