diff options
author | wiz <wiz> | 2010-10-20 20:26:29 +0000 |
---|---|---|
committer | wiz <wiz> | 2010-10-20 20:26:29 +0000 |
commit | 0aba6fc7de2d6901fd396bdc304f0cd87bd56312 (patch) | |
tree | d15c5acd154bacd45ca738b822211e72dca089a0 /devel/libgweather | |
parent | 070a2a8aeb1844aff946537a61120b49a8059368 (diff) | |
download | pkgsrc-0aba6fc7de2d6901fd396bdc304f0cd87bd56312.tar.gz |
If installing icons to share/icons/gnome, depend on gnome-icon-theme.
Bump PKGREVISION.
Diffstat (limited to 'devel/libgweather')
-rw-r--r-- | devel/libgweather/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/libgweather/Makefile b/devel/libgweather/Makefile index ea8438614a3..79b16c31b97 100644 --- a/devel/libgweather/Makefile +++ b/devel/libgweather/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.20 2010/09/14 11:01:01 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2010/10/20 20:26:30 wiz Exp $ # DISTNAME= libgweather-2.30.2 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgweather/2.30/} EXTRACT_SUFX= .tar.bz2 @@ -24,6 +24,7 @@ PKGCONFIG_OVERRIDE+= libgweather/gweather.pc.in CONFLICTS+= gnome-applets<2.22.0 .include "../../devel/GConf/schemas.mk" +.include "../../graphics/gnome-icon-theme/schemas.mk" .include "../../x11/gtk2/buildlink3.mk" .include "../../net/libsoup24/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |