aboutsummaryrefslogtreecommitdiffstats
path: root/net/relayd/Makefile
diff options
context:
space:
mode:
authormm <mm@FreeBSD.org>2013-09-15 01:13:10 +0800
committermm <mm@FreeBSD.org>2013-09-15 01:13:10 +0800
commit51b06528a4429f186bdf939f591eb046150da2f2 (patch)
tree6adc4a22cfdf6d56319b084020cff6366877f4f6 /net/relayd/Makefile
parent05bc07f99e1ae6caedc036fc157c97d42b2f2d6e (diff)
downloadfreebsd-ports-gnome-51b06528a4429f186bdf939f591eb046150da2f2.tar.gz
freebsd-ports-gnome-51b06528a4429f186bdf939f591eb046150da2f2.tar.zst
freebsd-ports-gnome-51b06528a4429f186bdf939f591eb046150da2f2.zip
Mark as BROKEN on head until fixed
Diffstat (limited to 'net/relayd/Makefile')
-rw-r--r--net/relayd/Makefile4
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