aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/vx68k
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-02-09 09:43:38 +0800
committerkris <kris@FreeBSD.org>2004-02-09 09:43:38 +0800
commit0ac59a40bf95c8721add93ea8fa45c211b7c8b05 (patch)
tree034addfce967e5f4967a1acacb721ecd965aef2d /emulators/vx68k
parentcbec2c7e58fd95287fd87a24c8e5af086778d3fa (diff)
downloadfreebsd-ports-gnome-0ac59a40bf95c8721add93ea8fa45c211b7c8b05.tar.gz
freebsd-ports-gnome-0ac59a40bf95c8721add93ea8fa45c211b7c8b05.tar.zst
freebsd-ports-gnome-0ac59a40bf95c8721add93ea8fa45c211b7c8b05.zip
BROKEN on 5.x: does not compile
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>