diff options
author | jlam <jlam@pkgsrc.org> | 2006-07-05 05:37:39 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-07-05 05:37:39 +0000 |
commit | 8250185398ae2452f62bfd3098d3d81d71432a86 (patch) | |
tree | 3f9b395b95d690e2d375fdb2725a5c29aefa896e /time/gnotime | |
parent | 574e1fffeabb6d6a6f74d3639e5bb411c569d0b4 (diff) | |
download | pkgsrc-8250185398ae2452f62bfd3098d3d81d71432a86.tar.gz |
Sweep pkgsrc and convert packages that included intltool/buildlink3.mk
to use instead "USE_TOOLS+=intltool". Remove now unused
intltool/buildlink3.mk
Diffstat (limited to 'time/gnotime')
-rw-r--r-- | time/gnotime/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/time/gnotime/Makefile b/time/gnotime/Makefile index 4e5c2412f35..2ffdf78ac33 100644 --- a/time/gnotime/Makefile +++ b/time/gnotime/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2006/06/29 18:58:19 joerg Exp $ +# $NetBSD: Makefile,v 1.18 2006/07/05 05:37:45 jlam Exp $ DISTNAME= gnotime-2.2.1 PKGREVISION= 8 @@ -11,7 +11,7 @@ COMMENT= Time tracker for GNOME2 GNU_CONFIGURE= yes USE_DIRS+= gnome2-1.5 -USE_TOOLS+= gmake pkg-config msgfmt +USE_TOOLS+= gmake intltool msgfmt pkg-config USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes @@ -26,7 +26,6 @@ GCONF2_SCHEMAS= gnotime.schemas .include "../../devel/popt/buildlink3.mk" .include "../../lang/guile/buildlink3.mk" .include "../../sysutils/gnome-vfs2/buildlink3.mk" -.include "../../textproc/intltool/buildlink3.mk" .include "../../textproc/libxml2/buildlink3.mk" .include "../../textproc/scrollkeeper/omf.mk" .include "../../www/gtkhtml38/buildlink3.mk" |