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-applet | |
parent | 244ea701f14dd6e37e3554caa6ec8038018cecb5 (diff) | |
download | pkgsrc-3528e063450c6c10f9548d9ded687e713f731a1b.tar.gz |
Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.
Bump PKGREVISION.
Diffstat (limited to 'time/gtodo-applet')
-rw-r--r-- | time/gtodo-applet/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/time/gtodo-applet/Makefile b/time/gtodo-applet/Makefile index bce73943f49..fd1cd3e87de 100644 --- a/time/gtodo-applet/Makefile +++ b/time/gtodo-applet/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.20 2007/09/19 23:19:10 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2007/09/21 13:04:25 wiz Exp $ # DISTNAME= gtodo-applet-0.1 -PKGREVISION= 13 +PKGREVISION= 14 CATEGORIES= time gnome MASTER_SITES= http://download.qballcow.nl/programs/gtodo/ @@ -17,8 +17,8 @@ GNU_CONFIGURE= YES USE_DIRS+= gnome2-1.5 USE_LIBTOOL= YES -.include "../../devel/GConf2/schemas.mk" -.include "../../devel/libglade2/buildlink3.mk" +.include "../../devel/GConf/schemas.mk" +.include "../../devel/libglade/buildlink3.mk" .include "../../devel/libgnomeui/buildlink3.mk" .include "../../x11/gnome-panel/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |