diff --git a/games/heroes/Makefile b/games/heroes/Makefile index 9b3de82b2048..004a565695e9 100644 --- a/games/heroes/Makefile +++ b/games/heroes/Makefile @@ -49,6 +49,12 @@ INFO= heroes CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS= -L${LOCALBASE}/lib -lsmpeg ${PTHREAD_LIBS} +.include + +.if ${ARCH} == "alpha" && ${OSVERSION} >= 502102 +BROKEN= "Does not compile on alpha >=5.x" +.endif + post-patch: @for dir in ${DATASRC} ${SOUNDSRC} ${MUSICSRC}; do \ ${FIND} $${dir} -name "Makefile*" | ${XARGS} ${RM}; \ @@ -66,4 +72,4 @@ post-install: ${MKDIR} ${DATADIR}/mod ${INSTALL_DATA} ${MUSICSRC}/*.xm ${MUSICSRC}/sound.conf ${DATADIR}/mod -.include +.include diff --git a/print/kaspaliste/Makefile b/print/kaspaliste/Makefile index 202bdb090444..fd84ab4b9e05 100644 --- a/print/kaspaliste/Makefile +++ b/print/kaspaliste/Makefile @@ -26,4 +26,10 @@ CONFIGURE_ARGS+= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} \ --with-pg-includes=${LOCALBASE}/include \ --with-pg-libs=${LOCALBASE}/lib -.include +.include + +.if ${ARCH} == "alpha" && ${OSVERSION} >= 502102 +BROKEN= "Does not compile on alpha >= 5.x" +.endif + +.include