diff options
-rw-r--r-- | games/pinball/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/games/pinball/Makefile b/games/pinball/Makefile index 92d8c4e..da9bae7 100644 --- a/games/pinball/Makefile +++ b/games/pinball/Makefile @@ -42,6 +42,12 @@ ALLEGRO_CONFIG= ${LOCALBASE}/bin/allegro-config DOCS= README +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 502000 +BROKEN= "Configure fails" +.endif + post-install: @${MV} ${PREFIX}/bin/${MACHINE_ARCH}-unknown-freebsd${OSREL}-pinball \ ${PREFIX}/bin/pinball @@ -55,4 +61,4 @@ post-install: @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |