diff options
author | Ade Lovett <ade@FreeBSD.org> | 2007-11-26 17:45:55 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2007-11-26 17:45:55 +0000 |
commit | ccd0fca5ecd3b7a022136828951a9543e831e4c7 (patch) | |
tree | 23a432c7392200a0485824ed28d7f75e63b88721 /www/havp/Makefile | |
parent | d74e33cf2d0f37372b75a4f61eaca7cb76b5ad3e (diff) |
Unbreak pthread-related issues on 5.x
Approved by: portmgr
Notes
Notes:
svn path=/head/; revision=202839
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> |