diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2005-04-15 12:08:36 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2005-04-15 12:08:36 +0000 |
commit | a41dc4d384a64b7fcf53cbb80ebeafd403880f48 (patch) | |
tree | a03c854806118061881626d7a1c2a72992adc05c | |
parent | dotProject 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 '')
-rw-r--r-- | www/mod_vhs/Makefile | 3 |
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 |