diff options
Diffstat (limited to 'net-im/imspector/Makefile')
-rw-r--r-- | net-im/imspector/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/net-im/imspector/Makefile b/net-im/imspector/Makefile index 24042e7351cd..d3ffe7872a94 100644 --- a/net-im/imspector/Makefile +++ b/net-im/imspector/Makefile @@ -19,12 +19,6 @@ CONFIG_FILES= imspector.conf badwords.txt acl.txt USE_RC_SUBR= ${PORTNAME} -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 600000 -BROKEN= does not compile, needs to fix /usr/include/net/pfvar.h -.endif - MAKE_ENV+= ETCDIR=${ETCDIR} post-patch: @@ -38,4 +32,4 @@ post-install: fi .endfor -.include <bsd.port.post.mk> +.include <bsd.port.mk> |