- Mark broken on 4.x

Reported by:	pointyhat via kris
This commit is contained in:
Andrew Pantyukhin 2006-09-01 08:49:19 +00:00
parent 06dd004209
commit c4f73722c4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=171793
5 changed files with 35 additions and 5 deletions

View File

@ -36,4 +36,10 @@ do-install:
@${INSTALL_DATA} ${INSTALL_WRKSRC}/src/game_pony.py \
${WRKSRC}/palomino/engine/src/eng.py ${DATADIR}/pony/out/
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= does not compile on 4.x
.endif
.include <bsd.port.post.mk>

View File

@ -33,4 +33,10 @@ do-install:
@${CP} -R ${WRKSRC}/include/gfx ${PREFIX}/include/
@${INSTALL_DATA} ${WRKSRC}/src/${PORTNAME}.a ${PREFIX}/lib/
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= does not compile on 4.x
.endif
.include <bsd.port.post.mk>

View File

@ -18,4 +18,10 @@ GNU_CONFIGURE= yes
PLIST_FILES= bin/${PORTNAME}
MAN1= ${PORTNAME}.1
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= does not compile on 4.x
.endif
.include <bsd.port.post.mk>

View File

@ -25,4 +25,10 @@ PLIST_DIRS= %%DATADIR%%/pixmaps %%DATADIR%%
CFLAGS= -I${LOCALBASE}/include
LDFLAGS=-L${LOCALBASE}/lib
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= does not compile on 4.x
.endif
.include <bsd.port.post.mk>

View File

@ -25,4 +25,10 @@ PLIST_DIRS= %%DATADIR%%/pixmaps %%DATADIR%%
CFLAGS= -I${LOCALBASE}/include
LDFLAGS=-L${LOCALBASE}/lib
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= does not compile on 4.x
.endif
.include <bsd.port.post.mk>