summaryrefslogtreecommitdiff
path: root/editors/dasher
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2006-07-05 05:37:39 +0000
committerjlam <jlam@pkgsrc.org>2006-07-05 05:37:39 +0000
commit00478b39e6c53023f76627af6ffacebafc9db9d6 (patch)
tree3f9b395b95d690e2d375fdb2725a5c29aefa896e /editors/dasher
parent9102c97edf0e6bbc2006c1461512bc2a61334627 (diff)
downloadpkgsrc-00478b39e6c53023f76627af6ffacebafc9db9d6.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/Makefile5
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"