summaryrefslogtreecommitdiff
path: root/editors/lfhex/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/lfhex/Makefile')
-rw-r--r--editors/lfhex/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/editors/lfhex/Makefile b/editors/lfhex/Makefile
index 647f859056bb..fde9921bfb53 100644
--- a/editors/lfhex/Makefile
+++ b/editors/lfhex/Makefile
@@ -30,4 +30,10 @@ MAKE_ARGS= CXXFLAGS="${CXXFLAGS}" \
PLIST_FILES= bin/lfhex
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 600000
+BROKEN= "Does not build on FreeBSD >= 6.x"
+.endif
+
+.include <bsd.port.post.mk>