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 /time/gnotime/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 'time/gnotime/Makefile')
-rw-r--r-- | time/gnotime/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/time/gnotime/Makefile b/time/gnotime/Makefile index 92b76da4061..b7cb8f0deb7 100644 --- a/time/gnotime/Makefile +++ b/time/gnotime/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2005/06/01 18:03:23 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2005/06/26 18:45:44 jmmv Exp $ DISTNAME= gnotime-2.2.1 -PKGREVISION= # empty +PKGREVISION= 1 CATEGORIES= time gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gttr/} @@ -30,6 +30,6 @@ GCONF2_SCHEMAS= gnotime.schemas .include "../../textproc/intltool/buildlink3.mk" .include "../../textproc/libxml2/buildlink3.mk" .include "../../textproc/scrollkeeper/omf.mk" -.include "../../www/gtkhtml3/buildlink3.mk" +.include "../../www/gtkhtml36/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |