diff options
author | Alex Dupre <ale@FreeBSD.org> | 2008-12-07 13:26:01 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2008-12-07 13:26:01 +0000 |
commit | ab2e490b1365ecff288d6a2f098ccc9fe7390569 (patch) | |
tree | 3ea5c038f7909d2684cc751cd8e35652b9f219db /Mk | |
parent | 7108b8d3d85b751b2fda60cc5cd3601fc4a1b73a (diff) |
Try to fix 'make index'.
Notes
Notes:
svn path=/head/; revision=223936
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.php.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Mk/bsd.php.mk b/Mk/bsd.php.mk index 8e4eab1a3e3e..fbd24593bebb 100644 --- a/Mk/bsd.php.mk +++ b/Mk/bsd.php.mk @@ -49,6 +49,7 @@ PHP_VER?= ${DEFAULT_PHP_VER} PHP_EXT_DIR= 20020429 .else PHP_EXT_DIR= 20060613 +PHP_EXT_INC= pcre .endif HTTPD?= ${LOCALBASE}/sbin/httpd |