[BACK]Return to bsd.pkg.use.mk CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / mk

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

Diff for /pkgsrc/mk/bsd.pkg.use.mk between version 1.32 and 1.33

version 1.32, 2006/04/13 18:23:36 version 1.33, 2006/05/25 11:00:39
Line 96  MAKE_ENV+=  LIBTOOL="${LIBTOOL} ${LIBTOO
Line 96  MAKE_ENV+=  LIBTOOL="${LIBTOOL} ${LIBTOO
 LIBTOOL_OVERRIDE?=      libtool */libtool */*/libtool  LIBTOOL_OVERRIDE?=      libtool */libtool */*/libtool
 .endif  .endif
   
 ### USE_RMAN  
   
 # Check if we got "rman" with XFree86, for packages that need "rman".  
 .if defined(USE_RMAN)  
 .  if !exists(${X11BASE}/bin/rman)  
 DEPENDS+=               rman-3.0.9:../../textproc/rman  
 RMAN?=                  ${LOCALBASE}/bin/rman  
 .  else  
 RMAN?=                  ${X11BASE}/bin/rman  
 .  endif  
 .endif  
   
 ### USE_XPKGWEDGE  ### USE_XPKGWEDGE
   
 .if (defined(USE_X11BASE) || \  .if (defined(USE_X11BASE) || \

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33

CVSweb <webmaster@jp.NetBSD.org>