diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-11-14 06:21:04 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-11-14 06:21:04 +0000 |
commit | b2f3eaebb9a51b859ccbf01297f2222ff87bb1f9 (patch) | |
tree | 0c8623f581181dd21a750f6ba80e6365f367e199 /devel/libevent/Makefile | |
parent | b01b2b9995f8dc76654f5928be1dc9474e60ccf3 (diff) |
Notes
Diffstat (limited to 'devel/libevent/Makefile')
-rw-r--r-- | devel/libevent/Makefile | 8 |
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> |