diff options
author | Martin Matuska <mm@FreeBSD.org> | 2013-09-14 17:13:10 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2013-09-14 17:13:10 +0000 |
commit | 74761a098a187d34bdd8f1349cd58e5b88760655 (patch) | |
tree | 6adc4a22cfdf6d56319b084020cff6366877f4f6 /net/relayd | |
parent | d798c07fafd7a610c26371f398f6aff62f955cbf (diff) |
Notes
Diffstat (limited to 'net/relayd')
-rw-r--r-- | net/relayd/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/relayd/Makefile b/net/relayd/Makefile index 10eae269f469..a8ac8254b204 100644 --- a/net/relayd/Makefile +++ b/net/relayd/Makefile @@ -35,6 +35,10 @@ LIBEVENT_STATIC_DESC= Build with static libevent .include <bsd.port.pre.mk> +.if ${OSVERSION} > 1000017 +BROKEN= needs fixing with recent pf changes +.endif + .if ${PORT_OPTIONS:MLIBEVENT_STATIC} BUILD_DEPENDS= ${LOCALBASE}/lib/libevent.a:${PORTSDIR}/devel/libevent MAKE_ARGS+= LIBEVENT=${LOCALBASE}/lib/libevent.a |