diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-06-20 11:58:35 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-06-20 11:58:35 +0000 |
commit | 2bb649c8d19f7ca6d40a019ae99f4c0e6c27788f (patch) | |
tree | 57e20ae5c4146deb732c67da56407de5824b2826 | |
parent | add dependency on USE_PHP=session (diff) |
Also add pcre to USE_PHP
Thanks to lawrance@#bsdports.
Notes
Notes:
svn path=/head/; revision=137760
-rw-r--r-- | www/vtiger/Makefile | 2 | ||||
-rw-r--r-- | www/vtiger4/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www/vtiger/Makefile b/www/vtiger/Makefile index 5ff699181568..90cc48c40316 100644 --- a/www/vtiger/Makefile +++ b/www/vtiger/Makefile @@ -21,7 +21,7 @@ DIST_MAIN= ${PORTNAME}_CRM_4_0_Source${EXTRACT_SUFX} DIST_ADDITIONAL=${PORTNAME}CRM_4_0_Patch_1${EXTRACT_SUFX} WRKSRC= ${WRKDIR}/vtiger_crm_source USE_ZIP= yes -USE_PHP= mysql gd session +USE_PHP= mysql gd session pcre NO_BUILD= yes diff --git a/www/vtiger4/Makefile b/www/vtiger4/Makefile index 5ff699181568..90cc48c40316 100644 --- a/www/vtiger4/Makefile +++ b/www/vtiger4/Makefile @@ -21,7 +21,7 @@ DIST_MAIN= ${PORTNAME}_CRM_4_0_Source${EXTRACT_SUFX} DIST_ADDITIONAL=${PORTNAME}CRM_4_0_Patch_1${EXTRACT_SUFX} WRKSRC= ${WRKDIR}/vtiger_crm_source USE_ZIP= yes -USE_PHP= mysql gd session +USE_PHP= mysql gd session pcre NO_BUILD= yes |