diff options
author | kris <kris@FreeBSD.org> | 2004-02-09 10:08:06 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-09 10:08:06 +0800 |
commit | 3e816847cf3fe77c06eee4a1931998a4e8988fe0 (patch) | |
tree | a01e113e12a7159b0addd32296214183a30ffa52 /games/pinball | |
parent | 0f09504a7d2ed54bb8008d45a0300803059c5927 (diff) | |
download | freebsd-ports-gnome-3e816847cf3fe77c06eee4a1931998a4e8988fe0.tar.gz freebsd-ports-gnome-3e816847cf3fe77c06eee4a1931998a4e8988fe0.tar.zst freebsd-ports-gnome-3e816847cf3fe77c06eee4a1931998a4e8988fe0.zip |
BROKEN on 5.x: Configure fails
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> |