diff options
Diffstat (limited to 'www/mod_vhs/Makefile')
-rw-r--r-- | www/mod_vhs/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/www/mod_vhs/Makefile b/www/mod_vhs/Makefile index dea87e2d7346..7a2f13a095f0 100644 --- a/www/mod_vhs/Makefile +++ b/www/mod_vhs/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mod_vhs -PORTVERSION= 1.0.10 +PORTVERSION= 1.0.16 CATEGORIES= www MASTER_SITES= http://www.oav.net/projects/mod_vhs/ DIST_SUBDIR= apache2 @@ -16,6 +16,9 @@ COMMENT= Allows mass virtual hosting using libhome system with Apache 2.0.x LIB_DEPENDS+= home:${PORTSDIR}/misc/libhome +USE_PHP= yes +USE_PHP_BUILD= yes +WANT_PHP_MOD= yes WANT_APACHE= 2 AP_FAST_BUILD= YES AP_GENPLIST= YES @@ -23,6 +26,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} AP_INC+= ${LOCALBASE}/include/home AP_LIB+= ${LOCALBASE}/lib -lhome +AP_EXTRAS+= -I ${LOCALBASE}/include/php -I ${LOCALBASE}/include/php/Zend -DHAVE_MOD_PHP_SUPPORT PORTDOCS= AUTHORS README |