summaryrefslogtreecommitdiffstats
path: root/php-pear/php-dev/DEPENDS
diff options
context:
space:
mode:
authorEric Sandall2008-03-18 23:55:49 -0700
committerEric Sandall2008-03-18 23:55:49 -0700
commitb8d1d2f5dc7c99945f8c2751656d255dada0d78c (patch)
tree3f9616d39f0e029e565cb440e57c87af02b91e42 /php-pear/php-dev/DEPENDS
parent3bbe84cfb3404469688f05d9c06867beceaa3e95 (diff)
php-dev: No need to check if using modular X as that's all that's available now
Diffstat (limited to 'php-pear/php-dev/DEPENDS')
-rwxr-xr-xphp-pear/php-dev/DEPENDS4
1 files changed, 1 insertions, 3 deletions
diff --git a/php-pear/php-dev/DEPENDS b/php-pear/php-dev/DEPENDS
index 2daa49dc08..246329fe9e 100755
--- a/php-pear/php-dev/DEPENDS
+++ b/php-pear/php-dev/DEPENDS
@@ -19,10 +19,8 @@ case "$PHP4_APACHE" in
esac &&
if [ "$PHP5_X11LIBS" == "y" ]; then
- depends xorg-libs
- if check_if_xorg_modular_libs; then
+ depends xorg-libs &&
depends libxpm
- fi
fi &&
if [ "$PHP5_GD" == "external" ]; then