summaryrefslogtreecommitdiffstats
path: root/games/pinball
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-02-09 02:08:06 +0000
committerkris <kris@FreeBSD.org>2004-02-09 02:08:06 +0000
commit3e816847cf3fe77c06eee4a1931998a4e8988fe0 (patch)
treea01e113e12a7159b0addd32296214183a30ffa52 /games/pinball
parent0f09504a7d2ed54bb8008d45a0300803059c5927 (diff)
downloadFreeBSD-ports-3e816847cf3fe77c06eee4a1931998a4e8988fe0.zip
FreeBSD-ports-3e816847cf3fe77c06eee4a1931998a4e8988fe0.tar.gz
BROKEN on 5.x: Configure fails
Diffstat (limited to 'games/pinball')
-rw-r--r--games/pinball/Makefile8
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>
OpenPOWER on IntegriCloud