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 | 3528e063450c6c10f9548d9ded687e713f731a1b (patch) | |
tree | 48b3195c505f0c48c6098bc0d627477188a674f9 /time/gtodo | |
parent | 244ea701f14dd6e37e3554caa6ec8038018cecb5 (diff) | |
download | pkgsrc-3528e063450c6c10f9548d9ded687e713f731a1b.tar.gz |
Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.
Bump PKGREVISION.
Diffstat (limited to 'time/gtodo')
-rw-r--r-- | time/gtodo/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/time/gtodo/Makefile b/time/gtodo/Makefile index b38a1cbfd6e..d7fcaeb34c6 100644 --- a/time/gtodo/Makefile +++ b/time/gtodo/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.22 2007/09/19 23:13:32 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2007/09/21 13:04:24 wiz Exp $ # DISTNAME= gtodo-0.14 -PKGREVISION= 11 +PKGREVISION= 12 CATEGORIES= time gnome MASTER_SITES= http://download.qballcow.nl/programs/gtodo/ @@ -15,9 +15,9 @@ USE_DIRS+= xdg-1.1 USE_TOOLS+= gmake intltool msgfmt pkg-config USE_PKGLOCALEDIR= YES -GCONF2_SCHEMAS= gtodo.schemas +GCONF_SCHEMAS= gtodo.schemas -.include "../../devel/GConf2/schemas.mk" +.include "../../devel/GConf/schemas.mk" .include "../../devel/gettext-lib/buildlink3.mk" .include "../../devel/glib2/buildlink3.mk" .include "../../sysutils/gnome-vfs/buildlink3.mk" |