Magellan Linux

Diff of /smage/trunk/include/php.sminc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 7082 by niro, Mon Sep 7 12:37:18 2015 UTC revision 8338 by niro, Fri Jan 15 09:53:23 2016 UTC
# Line 13  sminclude mtools Line 13  sminclude mtools
13  : ${PHP_PEAR_DIR="/usr/share/php/pear"}  : ${PHP_PEAR_DIR="/usr/share/php/pear"}
14    
15  # some sane default dependencies  # some sane default dependencies
16  DEPEND="${DEPEND}  # but do not include on the php pkg itself
17   >= dev-lang/php-5.4"  if [[ ${PNAME} != php ]]
18    then
19     DEPEND="${DEPEND}
20     >= dev-lang/php-5.4"
21    fi
22    
23  SDEPEND="${SDEPEND}  SDEPEND="${SDEPEND}
24   >= sys-dev/m4-1.4   >= sys-dev/m4-1.4

Legend:
Removed from v.7082  
changed lines
  Added in v.8338