Magellan Linux

Diff of /trunk/include/php.sminc

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

revision 22055 by niro, Thu Aug 21 13:52:18 2014 UTC revision 27428 by niro, Fri Jan 15 09:54:22 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.22055  
changed lines
  Added in v.27428