[BACK]Return to gap.package.mk CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / math / gap

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/math/gap/gap.package.mk between version 1.7 and 1.12

version 1.7, 2003/01/05 12:43:01 version 1.12, 2005/10/23 22:27:07
Line 2 
Line 2 
 #  #
 # Set GAP_PKG_NAME in your Makefile. More may appear here later.  # Set GAP_PKG_NAME in your Makefile. More may appear here later.
   
 # Note that between nb1 == bug fix 3 and nb2 == bug fix 4 there are  # Note that between 4.3nb1 == bug fix 3 and 4.3nb2 == bug fix 4 there are
 # some interface changes  # some interface changes
   
 DEPENDS+=               gap>=4.3nb6:../../math/gap  DEPENDS+=               gap>=4.3.5:../../math/gap
 GAP_DIRECTORY=          ${LOCALBASE}/lib/gap4.3  GAP_DIRECTORY=          ${LOCALBASE}/lib/gap4.3
 GAP_PKG_ROOT=           ${GAP_DIRECTORY}/pkg  GAP_PKG_ROOT=           ${GAP_DIRECTORY}/pkg
 GAP_PKG_DIRECTORY=      ${GAP_PKG_ROOT}/${GAP_PKG_NAME}  GAP_PKG_DIRECTORY=      ${GAP_PKG_ROOT}/${GAP_PKG_NAME}
 GAP_PLATFORM=           ${MACHINE_GNU_PLATFORM}-cc  GAP_PLATFORM=           ${MACHINE_GNU_PLATFORM}-${CC}
   
 .include "../../mk/bsd.prefs.mk"  
 .if ${OPSYS} == SunOS  
 GAP_PLATFORM=   ${MACHINE_GNU_PLATFORM}2-${CC}  
 .endif  
   
 PLIST_SUBST=    GAP_PLATFORM=${GAP_PLATFORM}  
   
   PLIST_SUBST+=           GAP_PLATFORM=${GAP_PLATFORM}

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.12

CVSweb <webmaster@jp.NetBSD.org>