diff options
Diffstat (limited to 'www/havp/Makefile')
-rw-r--r-- | www/havp/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/www/havp/Makefile b/www/havp/Makefile index fbe9b87519ac..7de64d1da123 100644 --- a/www/havp/Makefile +++ b/www/havp/Makefile @@ -35,12 +35,6 @@ OPTIONS= SSL "Enable SSL proxying (not scanned, only forwarded!)" on \ CLAMAV "Enable libclamav support" on \ TROPHIE "Enable Trend Micro (Trophie) support" off -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 600000 -BROKEN= Fails to compile: does not find pthread include file -.endif - .if defined(WITH_SSL) CONFIGURE_ARGS+= --enable-ssl-tunnel .else @@ -71,4 +65,4 @@ post-install: @${CP} ${WRKSRC}/etc/havp/whitelist ${EXAMPLESDIR}/whitelist.sample @${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL -.include <bsd.port.post.mk> +.include <bsd.port.mk> |