diff options
author | krion <krion@FreeBSD.org> | 2004-12-20 08:44:05 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-12-20 08:44:05 +0000 |
commit | d91be44df9153d0c64d78551958c0a081b3f4439 (patch) | |
tree | 2bda141eb6b1e7da1628dd75a4ababe29b75d9c4 /editors/lfhex/Makefile | |
parent | ba5fc3f51679ec147bad90f4ac663b52e343c120 (diff) | |
download | FreeBSD-ports-d91be44df9153d0c64d78551958c0a081b3f4439.zip FreeBSD-ports-d91be44df9153d0c64d78551958c0a081b3f4439.tar.gz |
Fix build on 6-current
PR: ports/75265
Submitted by: Ports Fury
Diffstat (limited to 'editors/lfhex/Makefile')
-rw-r--r-- | editors/lfhex/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/editors/lfhex/Makefile b/editors/lfhex/Makefile index fde9921..647f859 100644 --- a/editors/lfhex/Makefile +++ b/editors/lfhex/Makefile @@ -30,10 +30,4 @@ MAKE_ARGS= CXXFLAGS="${CXXFLAGS}" \ PLIST_FILES= bin/lfhex -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 600000 -BROKEN= "Does not build on FreeBSD >= 6.x" -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |