diff options
Diffstat (limited to 'sysutils/pflogx/Makefile')
-rw-r--r-- | sysutils/pflogx/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sysutils/pflogx/Makefile b/sysutils/pflogx/Makefile index 9a028f930c38..f062034c1c6a 100644 --- a/sysutils/pflogx/Makefile +++ b/sysutils/pflogx/Makefile @@ -21,10 +21,6 @@ OPTIONS= EXPAT "Ability to merge new events (require expat) " Off .include <bsd.port.pre.mk> -.if ${OSVERSION} < 600000 -IGNORE= only for 6.0 and above -.endif - .if defined(WITH_EXPAT) LIB_DEPENDS= expat:${PORTSDIR}/textproc/expat2 MAKE_ARGS+= -DWITH_EXPAT \ |