diff options
-rw-r--r-- | net/relayd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/relayd/Makefile b/net/relayd/Makefile index 9d19590701c1..b2a62f912742 100644 --- a/net/relayd/Makefile +++ b/net/relayd/Makefile @@ -46,8 +46,8 @@ LIB_DEPENDS= event-1.4:${PORTSDIR}/devel/libevent MAKE_ARGS+= LIBEVENT=-levent .endif -.if (${OSVERSION} < 700049) && !defined(I_KNOW_WHAT_I_AM_DOING) -IGNORE= needs a patched kernel to work correctly (http://www.openbsd.org/cgi-bin/cvsweb/src/sys/net/pf_table.c.diff?r1=1.67&r2=1.68) +.if (${OSVERSION} < 702104) +IGNORE= requires newer FreeBSD (osreldate 702104 and higher) .endif post-extract: |