diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-06 22:55:40 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-06 22:55:40 +0000 |
commit | 239fda3347690937c59aece34d7495c3e946619b (patch) | |
tree | 2b3add75b435c0f7fa75366547d089891c9c87f7 /editors/bed | |
parent | BROKEN On 5.x: does not compile (diff) |
BROKEN on 5.x: does not compile
Diffstat (limited to 'editors/bed')
-rw-r--r-- | editors/bed/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/editors/bed/Makefile b/editors/bed/Makefile index 5f750b237fb1..b118c4d946f4 100644 --- a/editors/bed/Makefile +++ b/editors/bed/Makefile @@ -34,6 +34,12 @@ USE_GMAKE= yes MAN1= bed.1 xbed.1 MANCOMPRESSED= yes +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 502000 +BROKEN= "Does not compile" +.endif + .if defined(WITHOUT_X11) CONFIGURE_ARGS+= --without-x PLIST_SUB+= X11="@comment " @@ -57,4 +63,4 @@ post-configure: ${ECHO_MSG} 'CONFIG_MMAP=y' >> ${WRKSRC}/config ${GMAKE} -C ${WRKSRC} dep -.include <bsd.port.mk> +.include <bsd.port.post.mk> |