Magellan Linux

Diff of /trunk/include/php.sminc

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

trunk/include/php5.sminc revision 13929 by niro, Wed Oct 31 19:27:07 2012 UTC trunk/include/php.sminc 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=">= dev-lang/php-5.4"  # but do not include on the php pkg itself
17    if [[ ${PNAME} != php ]]
18    then
19     DEPEND="${DEPEND}
20     >= dev-lang/php-5.4"
21    fi
22    
23  SDEPEND=">= sys-dev/m4-1.4  SDEPEND="${SDEPEND}
24     >= sys-dev/m4-1.4
25   >= sys-dev/libtool-1.5"   >= sys-dev/libtool-1.5"
26    
27  # default SRCFILE SRCDIR and SRC_URI  # default SRCFILE SRCDIR and SRC_URI

Legend:
Removed from v.13929  
changed lines
  Added in v.27428