diff options
author | Marcelo Araujo <araujo@FreeBSD.org> | 2007-06-11 13:51:28 +0000 |
---|---|---|
committer | Marcelo Araujo <araujo@FreeBSD.org> | 2007-06-11 13:51:28 +0000 |
commit | b65ef071b289d76a8c5073e8c21932006c148825 (patch) | |
tree | 90fd5c03793d802a60adea3b19af9fb10a1480ad /www/havp/Makefile | |
parent | fe27d159e097553ba615e3a48f8bdc5b060c1c04 (diff) |
- Update to version 0.86.
PR: ports/112410
Submitted by: Ivan Lago <ivan.lago@ifom-ieo-campus.it>
Reviewed by: Elisey Savateev <b3k@mail.ru> (maintainer)
Approved by: stas (mentor)
Notes
Notes:
svn path=/head/; revision=193262
Diffstat (limited to 'www/havp/Makefile')
-rw-r--r-- | www/havp/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/www/havp/Makefile b/www/havp/Makefile index 53fa7ab80e74..48efc3fd7b1d 100644 --- a/www/havp/Makefile +++ b/www/havp/Makefile @@ -6,7 +6,7 @@ # PORTNAME= havp -PORTVERSION= 0.85 +PORTVERSION= 0.86 CATEGORIES= www MASTER_SITES= http://www.server-side.de/download/ \ http://bio3k.softboard.ru/uploads/arch/ @@ -37,10 +37,6 @@ OPTIONS= SSL "Enable SSL proxying (not scanned, only forwarded!)" on \ .include <bsd.port.pre.mk> -.if ${OSVERSION} < 500000 -BROKEN= this port does not compile on FreeBSD 4.x. -.endif - .if defined(WITH_SSL) CONFIGURE_ARGS+= --enable-ssl-tunnel .else |