diff options
-rw-r--r-- | net-im/imspector/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net-im/imspector/Makefile b/net-im/imspector/Makefile index 8d822bdb2f63..24042e7351cd 100644 --- a/net-im/imspector/Makefile +++ b/net-im/imspector/Makefile @@ -21,6 +21,10 @@ USE_RC_SUBR= ${PORTNAME} .include <bsd.port.pre.mk> +.if ${OSVERSION} < 600000 +BROKEN= does not compile, needs to fix /usr/include/net/pfvar.h +.endif + MAKE_ENV+= ETCDIR=${ETCDIR} post-patch: |