summaryrefslogtreecommitdiff
path: root/www/havp
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2007-11-26 17:45:55 +0000
committerAde Lovett <ade@FreeBSD.org>2007-11-26 17:45:55 +0000
commitccd0fca5ecd3b7a022136828951a9543e831e4c7 (patch)
tree23a432c7392200a0485824ed28d7f75e63b88721 /www/havp
parentFix build on FBSD 6 and 7. (diff)
Unbreak pthread-related issues on 5.x
Approved by: portmgr
Notes
Notes: svn path=/head/; revision=202839
Diffstat (limited to 'www/havp')
-rw-r--r--www/havp/Makefile8
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>