aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-02-07 06:55:40 +0800
committerkris <kris@FreeBSD.org>2004-02-07 06:55:40 +0800
commit4062cf316a8bb0e2726fca7d66821ed7fb20a0b8 (patch)
tree271c20d398204ee85556300f85696ff2b8f61483 /editors
parentbdbf0bb9aa58e58aa73fd96638a12add434c9ce5 (diff)
downloadfreebsd-ports-gnome-4062cf316a8bb0e2726fca7d66821ed7fb20a0b8.tar.gz
freebsd-ports-gnome-4062cf316a8bb0e2726fca7d66821ed7fb20a0b8.tar.zst
freebsd-ports-gnome-4062cf316a8bb0e2726fca7d66821ed7fb20a0b8.zip
BROKEN on 5.x: does not compile
Diffstat (limited to 'editors')
-rw-r--r--editors/bed/Makefile8
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>