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 /chat/pidgin-sametime | |
parent | 244ea701f14dd6e37e3554caa6ec8038018cecb5 (diff) | |
download | pkgsrc-3528e063450c6c10f9548d9ded687e713f731a1b.tar.gz |
Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.
Bump PKGREVISION.
Diffstat (limited to 'chat/pidgin-sametime')
-rw-r--r-- | chat/pidgin-sametime/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/pidgin-sametime/Makefile b/chat/pidgin-sametime/Makefile index 1a51fe2086f..edc9b358313 100644 --- a/chat/pidgin-sametime/Makefile +++ b/chat/pidgin-sametime/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2007/09/04 19:09:22 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2007/09/21 13:03:29 wiz Exp $ # PKGNAME= pidgin-sametime-${PIDGIN_VERSION} @@ -19,7 +19,7 @@ BUILD_DIRS= libpurple/protocols/sametime .include "../../chat/meanwhile/buildlink3.mk" .include "../../chat/libpurple/buildlink3.mk" .include "../../converters/libiconv/buildlink3.mk" -.include "../../devel/GConf2/schemas.mk" +.include "../../devel/GConf/schemas.mk" .include "../../devel/glib2/buildlink3.mk" .include "../../textproc/libxml2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |