diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-09 02:08:06 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-09 02:08:06 +0000 |
commit | fc1280839117633af6eff11b58620fb2b04455eb (patch) | |
tree | 2f5c4503b342a97ffe316d629a184350e8786d1b /games/pinball | |
parent | 7397c37978163d220d18c1820a902ce08dfb567e (diff) |
Notes
Diffstat (limited to 'games/pinball')
-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 92d8c4ecf7e4..da9bae7f7c58 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> |