Magellan Linux

Diff of /smage/branches/alx07x-stable/include/php.sminc

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

revision 7877 by niro, Wed Nov 18 10:16:10 2015 UTC revision 10124 by niro, Thu Aug 3 14:58:15 2017 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.7877  
changed lines
  Added in v.10124