diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-09 01:43:38 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-09 01:43:38 +0000 |
commit | 30560721244043b98447c85942d2cba384e7d080 (patch) | |
tree | 52a8a36fd1b4be764c67a075100ce27859c6bb27 /emulators | |
parent | 5155c246bd427c54c751e13978d954af95437afa (diff) |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/vx68k/Makefile | 8 |
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> |