summaryrefslogtreecommitdiff
path: root/devel/eel2
diff options
context:
space:
mode:
authorjlam <jlam>2006-07-05 05:37:39 +0000
committerjlam <jlam>2006-07-05 05:37:39 +0000
commitff1abac1968d3a2126fff67c56d713586d517e87 (patch)
tree3f9b395b95d690e2d375fdb2725a5c29aefa896e /devel/eel2
parent0cb95d495a5a6cb76d08b759433e65f0656a3f0a (diff)
downloadpkgsrc-ff1abac1968d3a2126fff67c56d713586d517e87.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 'devel/eel2')
-rw-r--r--devel/eel2/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/eel2/Makefile b/devel/eel2/Makefile
index 78a25ed52eb..a403ffe7ee4 100644
--- a/devel/eel2/Makefile
+++ b/devel/eel2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.55 2006/06/22 10:10:40 joerg Exp $
+# $NetBSD: Makefile,v 1.56 2006/07/05 05:37:40 jlam Exp $
DISTNAME= eel-2.14.1
PKGNAME= ${DISTNAME:S/-/2-/}
@@ -12,7 +12,7 @@ HOMEPAGE= http://www.gnome.org/
COMMENT= Eazel Extensions Library for GNOME2
USE_DIRS+= gnome2-1.5
-USE_TOOLS+= gmake msgfmt pkg-config
+USE_TOOLS+= gmake intltool msgfmt pkg-config
USE_LIBTOOL= YES
USE_PKGLOCALEDIR= YES
GNU_CONFIGURE= YES
@@ -29,7 +29,6 @@ PKGCONFIG_OVERRIDE= eel-2.0.pc.in
.include "../../graphics/libart2/buildlink3.mk"
.include "../../sysutils/gnome-menus/buildlink3.mk"
.include "../../sysutils/gnome-vfs2/buildlink3.mk"
-.include "../../textproc/intltool/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../x11/gnome-desktop/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"