aboutsummaryrefslogtreecommitdiff
path: root/comms/hamfax/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'comms/hamfax/Makefile')
-rw-r--r--comms/hamfax/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/comms/hamfax/Makefile b/comms/hamfax/Makefile
index 34287f87543b..ec415f8910d9 100644
--- a/comms/hamfax/Makefile
+++ b/comms/hamfax/Makefile
@@ -26,4 +26,10 @@ CONFIGURE_ARGS= --with-Qt-dir=${X11BASE} CXX="g++ ${PTHREAD_CFLAGS}" \
USE_GMAKE= yes
USE_BZIP2= yes
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502126
+BROKEN= "Does not compile on FreeBSD >= 5.x"
+.endif
+
+.include <bsd.port.post.mk>