diff options
author | wiz <wiz@pkgsrc.org> | 2007-09-21 13:03:25 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-09-21 13:03:25 +0000 |
commit | 5630c41356f875d7bfe1774adea0ea160917a3ee (patch) | |
tree | 48b3195c505f0c48c6098bc0d627477188a674f9 /time/evolution-webcal | |
parent | a79d8f5a66265012f2c7837918e3df2d36fc4ca2 (diff) | |
download | pkgsrc-5630c41356f875d7bfe1774adea0ea160917a3ee.tar.gz |
Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.
Bump PKGREVISION.
Diffstat (limited to 'time/evolution-webcal')
-rw-r--r-- | time/evolution-webcal/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/time/evolution-webcal/Makefile b/time/evolution-webcal/Makefile index 1c4fb4e141c..439051c0ffb 100644 --- a/time/evolution-webcal/Makefile +++ b/time/evolution-webcal/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.29 2007/09/19 23:19:10 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2007/09/21 13:04:24 wiz Exp $ # DISTNAME= evolution-webcal-2.10.0 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= time gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/evolution-webcal/2.10/} EXTRACT_SUFX= .tar.bz2 @@ -16,9 +16,9 @@ USE_DIRS+= xdg-1.1 USE_TOOLS+= gmake intltool msgfmt pkg-config USE_PKGLOCALEDIR= YES -GCONF2_SCHEMAS= evolution-webcal.schemas +GCONF_SCHEMAS= evolution-webcal.schemas -.include "../../devel/GConf2/schemas.mk" +.include "../../devel/GConf/schemas.mk" .include "../../devel/gettext-lib/buildlink3.mk" .include "../../devel/libgnomeui/buildlink3.mk" .include "../../mail/evolution-data-server/buildlink3.mk" |