summaryrefslogtreecommitdiff
path: root/editors/leafpad
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/leafpad
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/leafpad')
-rw-r--r--editors/leafpad/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/editors/leafpad/Makefile b/editors/leafpad/Makefile
index e9f449e5fb3..7752092352f 100644
--- a/editors/leafpad/Makefile
+++ b/editors/leafpad/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2006/06/11 14:28:33 joerg Exp $
+# $NetBSD: Makefile,v 1.15 2006/07/05 05:37:41 jlam Exp $
#
DISTNAME= leafpad-0.8.4
@@ -10,7 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://tarot.freeshell.org/leafpad/
COMMENT= Simple and light text editor using GTK+
-USE_TOOLS+= pkg-config msgfmt
+USE_TOOLS+= intltool msgfmt pkg-config
GNU_CONFIGURE= YES
USE_DIRS+= xdg-1.1
USE_PKGLOCALEDIR= YES
@@ -18,6 +18,5 @@ USE_PKGLOCALEDIR= YES
.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
-.include "../../textproc/intltool/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"