diff options
author | jlam <jlam> | 2006-07-05 05:37:39 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-07-05 05:37:39 +0000 |
commit | 7a214e80a1d117a1dc986293ccb493d6eb35032e (patch) | |
tree | 3f9b395b95d690e2d375fdb2725a5c29aefa896e /editors/dasher | |
parent | 0e6a22d33e7e4e4500311b54c279cc8bbd93e27d (diff) | |
download | pkgsrc-7a214e80a1d117a1dc986293ccb493d6eb35032e.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 'editors/dasher')
-rw-r--r-- | editors/dasher/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/editors/dasher/Makefile b/editors/dasher/Makefile index 6878617077f..3cd2790f02d 100644 --- a/editors/dasher/Makefile +++ b/editors/dasher/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2006/06/29 12:17:16 joerg Exp $ +# $NetBSD: Makefile,v 1.32 2006/07/05 05:37:40 jlam Exp $ DISTNAME= dasher-4.0.2 CATEGORIES= editors gnome @@ -12,7 +12,7 @@ COMMENT= Easy typing without using keyboard USE_DIRS+= gnome2-1.5 USE_LANGUAGES+= c++ USE_LIBTOOL= yes -USE_TOOLS+= gmake pkg-config msgfmt +USE_TOOLS+= gmake intltool msgfmt pkg-config USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes @@ -39,7 +39,6 @@ LIBS+= -lcompat .include "../../net/ORBit2/buildlink3.mk" .include "../../sysutils/gnome-vfs2/buildlink3.mk" .include "../../textproc/expat/buildlink3.mk" -.include "../../textproc/intltool/buildlink3.mk" .include "../../textproc/scrollkeeper/omf.mk" .include "../../x11/gtk2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |