[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / x11 / xscreensaver

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

Diff for /pkgsrc/x11/xscreensaver/Makefile between version 1.78 and 1.79

version 1.78, 2006/05/14 18:55:50 version 1.79, 2006/05/21 15:19:31
Line 1 
Line 1 
 # $NetBSD$  # $NetBSD$
   
 COMMENT=        Screen saver and locker for the X window system  COMMENT=        Screen saver and locker for the X window system
 PKGREVISION=    4  PKGREVISION=    5
   
 CONFLICTS+=     xscreensaver-gnome<4.14  CONFLICTS+=     xscreensaver-gnome<4.14
 # man/man1/barcode.1  # man/man1/barcode.1
Line 14  CONFIGURE_ARGS+= --with-xml=${BUILDLINK_
Line 14  CONFIGURE_ARGS+= --with-xml=${BUILDLINK_
 CONFIGURE_ARGS+=        --with-configdir=${PREFIX}/libexec/xscreensaver/config  CONFIGURE_ARGS+=        --with-configdir=${PREFIX}/libexec/xscreensaver/config
   
 .include "options.mk"  .include "options.mk"
   
 .include "../../textproc/libxml2/buildlink3.mk"  .include "../../textproc/libxml2/buildlink3.mk"
   
   # Remove useless locale files that have no translations in them.
   post-extract:
           cd ${WRKSRC}/po && ${RM} -f ca.po pt_BR.po
   
 .include "../../mk/bsd.pkg.mk"  .include "../../mk/bsd.pkg.mk"

Legend:
Removed from v.1.78  
changed lines
  Added in v.1.79

CVSweb <webmaster@jp.NetBSD.org>