aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2006-11-14 06:21:04 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2006-11-14 06:21:04 +0000
commitb2f3eaebb9a51b859ccbf01297f2222ff87bb1f9 (patch)
tree0c8623f581181dd21a750f6ba80e6365f367e199
parentb01b2b9995f8dc76654f5928be1dc9474e60ccf3 (diff)
downloadports-b2f3eaebb9a51b859ccbf01297f2222ff87bb1f9.tar.gz
ports-b2f3eaebb9a51b859ccbf01297f2222ff87bb1f9.zip
Notes
-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>