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

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

Diff for /pkgsrc/devel/libgweather/Makefile between version 1.10 and 1.11

version 1.10, 2009/01/13 15:25:24 version 1.11, 2009/03/17 21:49:02
Line 1 
Line 1 
 # $NetBSD$  # $NetBSD$
 #  #
   
 DISTNAME=       libgweather-2.24.3  DISTNAME=       libgweather-2.26.0
 CATEGORIES=     devel  CATEGORIES=     devel
 MASTER_SITES=   ${MASTER_SITE_GNOME:=sources/libgweather/2.24/}  MASTER_SITES=   ${MASTER_SITE_GNOME:=sources/libgweather/2.26/}
 EXTRACT_SUFX=   .tar.bz2  EXTRACT_SUFX=   .tar.bz2
   
 MAINTAINER=     pkgsrc-users@NetBSD.org  MAINTAINER=     pkgsrc-users@NetBSD.org
Line 21  PKGCONFIG_OVERRIDE+= libgweather/gweathe
Line 21  PKGCONFIG_OVERRIDE+= libgweather/gweathe
   
 CONFLICTS+=     gnome-applets<2.22.0  CONFLICTS+=     gnome-applets<2.22.0
   
   # The gettext version in pkgsrc cannot handle the .po files, so
   # we strip out usage of the newer features (context and fuzzy matches)
   post-patch:
           for f in ${WRKSRC}/po/*.po ${WRKSRC}/po-locations/*.po ; do \
                   mv $$f $$f.original ; \
                   ${AWK} -f ${FILESDIR}/msgfmtstrip $$f.original > $$f ; \
           done
   
 .include "../../devel/GConf/schemas.mk"  .include "../../devel/GConf/schemas.mk"
 .include "../../x11/gtk2/buildlink3.mk"  .include "../../x11/gtk2/buildlink3.mk"
 .include "../../sysutils/gnome-vfs/buildlink3.mk"  .include "../../sysutils/gnome-vfs/buildlink3.mk"

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

CVSweb <webmaster@jp.NetBSD.org>