aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorclsung <clsung@FreeBSD.org>2006-11-14 14:21:04 +0800
committerclsung <clsung@FreeBSD.org>2006-11-14 14:21:04 +0800
commit1c8667447649565ee83cbf74498466306df95962 (patch)
treef269bd5853ecd6c8348d381f7c05c429ad1b5936
parent8945b60bcbdf25a93b98642c7d1041b0b4acccee (diff)
downloadfreebsd-ports-gnome-1c8667447649565ee83cbf74498466306df95962.tar.gz
freebsd-ports-gnome-1c8667447649565ee83cbf74498466306df95962.tar.zst
freebsd-ports-gnome-1c8667447649565ee83cbf74498466306df95962.zip
- mark BROKEN on 4.x
Noted by: kris@
-rw-r--r--devel/libevent/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/libevent/Makefile b/devel/libevent/Makefile
index 6d996a386c95..7fbd57be2df3 100644
--- a/devel/libevent/Makefile
+++ b/devel/libevent/Makefile
@@ -89,4 +89,10 @@ MLINKS= event.3 event_init.3 \
post-patch:
@${REINPLACE_CMD} -e 's,CFLAGS =,CFLAGS +=,' ${WRKSRC}/Makefile.in
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= Does not compile on 4.x
+.endif
+
+.include <bsd.port.post.mk>