summaryrefslogtreecommitdiff
path: root/www/mod_vhs
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2005-04-15 12:08:36 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2005-04-15 12:08:36 +0000
commita41dc4d384a64b7fcf53cbb80ebeafd403880f48 (patch)
treea03c854806118061881626d7a1c2a72992adc05c /www/mod_vhs
parentdotProject is a PHP web-based project management framework that includes modules (diff)
- Fix includes path.
PR: ports/79961 Submitted by: Xavier Beaudouin <kiwi@oav.net>
Notes
Notes: svn path=/head/; revision=133422
Diffstat (limited to 'www/mod_vhs')
-rw-r--r--www/mod_vhs/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/mod_vhs/Makefile b/www/mod_vhs/Makefile
index 7a2f13a095f0..abd2508f30e9 100644
--- a/www/mod_vhs/Makefile
+++ b/www/mod_vhs/Makefile
@@ -7,6 +7,7 @@
PORTNAME= mod_vhs
PORTVERSION= 1.0.16
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://www.oav.net/projects/mod_vhs/
DIST_SUBDIR= apache2
@@ -26,7 +27,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
+AP_EXTRAS+= -I ${LOCALBASE}/include/php -I ${LOCALBASE}/include/php/Zend -I ${LOCALBASE}/include/php/TSRM -DHAVE_MOD_PHP_SUPPORT
PORTDOCS= AUTHORS README