diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-11-28 13:55:39 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-11-28 13:55:39 +0000 |
commit | a401791d4f31ac893181db4e11e29781d3154500 (patch) | |
tree | cfe5095c0321b294ed8ffba86a37c2bc3bf3eba9 /www/mod_vhs/Makefile | |
parent | c5cb5ab8472895589f339271a63b938aef1207fa (diff) |
Notes
Diffstat (limited to 'www/mod_vhs/Makefile')
-rw-r--r-- | www/mod_vhs/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/mod_vhs/Makefile b/www/mod_vhs/Makefile index 85d0f2773fae..18908b7ea4be 100644 --- a/www/mod_vhs/Makefile +++ b/www/mod_vhs/Makefile @@ -7,9 +7,9 @@ PORTNAME= mod_vhs PORTVERSION= 1.0.32 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www -MASTER_SITES= http://www.oav.net/projects/${PORTNAME}/ +MASTER_SITES= ftp://ftp.oav.net/openvisp/${PORTNAME}/ DIST_SUBDIR= apache2 MAINTAINER= kiwi@oav.net @@ -17,7 +17,7 @@ COMMENT= Allows mass virtual hosting using libhome system with Apache 2.0.x LIB_DEPENDS+= home:${PORTSDIR}/misc/libhome -USE_APACHE= 2.0 +USE_APACHE= 2.0+ USE_PHP= yes USE_PHP_BUILD= yes WANT_PHP_MOD= yes |