summaryrefslogtreecommitdiffstats
path: root/php-pear/php-dev/DEPENDS
diff options
context:
space:
mode:
authorElisamuel Resto2008-01-05 09:50:42 -0400
committerElisamuel Resto2008-01-05 11:09:19 -0400
commit4e1ba9062820681f60fd599fb6c67df0bd9c0b5b (patch)
tree4a4f5979c1e66007860f13b3c54d12f959c247c3 /php-pear/php-dev/DEPENDS
parent932220538155955de5251fab86d747cb87a8f892 (diff)
php-pear/php-dev: added optional dependency on re2c for parser regeneration
Diffstat (limited to 'php-pear/php-dev/DEPENDS')
-rwxr-xr-xphp-pear/php-dev/DEPENDS5
1 files changed, 5 insertions, 0 deletions
diff --git a/php-pear/php-dev/DEPENDS b/php-pear/php-dev/DEPENDS
index f19710eaf4..25cf4008da 100755
--- a/php-pear/php-dev/DEPENDS
+++ b/php-pear/php-dev/DEPENDS
@@ -150,6 +150,11 @@ optional_depends libpng \
"--without-png-dir" \
"for PNG support (also required for GD)" &&
+optional_depends re2c \
+ "" \
+ "" \
+ "to regenerate PHP parsers" &&
+
if [ "$PHP5_GD" != "none" ]; then
optional_depends freetype2 \
"--with-freetype-dir=/usr" \