summaryrefslogtreecommitdiff
path: root/emulators/vx68k
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-09 01:43:38 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-09 01:43:38 +0000
commit30560721244043b98447c85942d2cba384e7d080 (patch)
tree52a8a36fd1b4be764c67a075100ce27859c6bb27 /emulators/vx68k
parentBROKEN on 5.x: broken pkg-plist (diff)
BROKEN on 5.x: does not compile
Notes
Notes: svn path=/head/; revision=100435
Diffstat (limited to 'emulators/vx68k')
-rw-r--r--emulators/vx68k/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/emulators/vx68k/Makefile b/emulators/vx68k/Makefile
index 6101680d1ca8..49f872f7869a 100644
--- a/emulators/vx68k/Makefile
+++ b/emulators/vx68k/Makefile
@@ -31,7 +31,13 @@ CPPFLAGS= -I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}
LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib -lGL -lGLU \
${PTHREAD_LIBS}
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502000
+BROKEN= "Does not compile"
+.endif
+
post-patch:
@${REINPLACE_CMD} -e "s,Bison ,Bison,g" ${WRKSRC}/vx68k-gtk/configure
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>