diff options
author | jmmv <jmmv@pkgsrc.org> | 2005-06-26 18:45:43 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2005-06-26 18:45:43 +0000 |
commit | c6c6c8dad1d273225ff3ad7ff6fcddc7d56d0174 (patch) | |
tree | 9dd0fa054d0f66624314237e132b18175a97c191 /mail/balsa2/Makefile | |
parent | 1e4cdd8cea0bcf1d1c80866848695a97a689b68b (diff) | |
download | pkgsrc-c6c6c8dad1d273225ff3ad7ff6fcddc7d56d0174.tar.gz |
Use gtkhtml36 rather than gtkhtml3. Bump PKGREVISION.
Idea from wiz@ to let us remove gtkhtml3.
Diffstat (limited to 'mail/balsa2/Makefile')
-rw-r--r-- | mail/balsa2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/balsa2/Makefile b/mail/balsa2/Makefile index 6a22e546064..f8810abcd0b 100644 --- a/mail/balsa2/Makefile +++ b/mail/balsa2/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.39 2005/06/01 18:02:59 jlam Exp $ +# $NetBSD: Makefile,v 1.40 2005/06/26 18:45:43 jmmv Exp $ DISTNAME= balsa-2.2.6 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= mail gnome MASTER_SITES= http://balsa.gnome.org/ \ ftp://ftp.newton.cx/pub/balsa/ @@ -60,7 +60,7 @@ BUILDLINK_DEPENDS.gmime+= gmime>=2.1.9 .include "../../textproc/aspell/buildlink3.mk" .include "../../textproc/intltool/buildlink3.mk" .include "../../textproc/scrollkeeper/omf.mk" -.include "../../www/gtkhtml3/buildlink3.mk" +.include "../../www/gtkhtml36/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" |