aboutsummaryrefslogtreecommitdiff
path: root/editors/lfhex
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-12-17 06:30:42 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-12-17 06:30:42 +0000
commit23d21bb836bd44501ab2b8a83c660ec48178dacd (patch)
tree5bff370b5228f7538ec71461b875f4fc918913cd /editors/lfhex
parent6deca75fe770f10305f735f0c7c4de36b3f070b2 (diff)
downloadports-23d21bb836bd44501ab2b8a83c660ec48178dacd.tar.gz
ports-23d21bb836bd44501ab2b8a83c660ec48178dacd.zip
Notes
Diffstat (limited to 'editors/lfhex')
-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>