aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-12-17 14:30:42 +0800
committerkris <kris@FreeBSD.org>2004-12-17 14:30:42 +0800
commitc182fa4960ce35461936a82c044bb7f9eccc8963 (patch)
treec98b39e7eda72e2787ff626765767c97d0c3a976 /editors
parentf8e5df7023787f2e9fd051edc110eef9762044c6 (diff)
downloadfreebsd-ports-gnome-c182fa4960ce35461936a82c044bb7f9eccc8963.tar.gz
freebsd-ports-gnome-c182fa4960ce35461936a82c044bb7f9eccc8963.tar.zst
freebsd-ports-gnome-c182fa4960ce35461936a82c044bb7f9eccc8963.zip
BROKEN on 6.x: Build fails
Diffstat (limited to 'editors')
-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>