summaryrefslogtreecommitdiff
path: root/devel/libgsf
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 /devel/libgsf
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 'devel/libgsf')
-rw-r--r--devel/libgsf/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/libgsf/Makefile b/devel/libgsf/Makefile
index b81752cb79e..35f798b08eb 100644
--- a/devel/libgsf/Makefile
+++ b/devel/libgsf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2006/06/15 16:54:56 joerg Exp $
+# $NetBSD: Makefile,v 1.39 2006/07/05 05:37:40 jlam Exp $
#
DISTNAME= libgsf-1.14.1
@@ -10,7 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gnome.org/
COMMENT= GNOME2 structured file library
-USE_TOOLS+= pkg-config gmake msgfmt
+USE_TOOLS+= gmake intltool msgfmt pkg-config
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
USE_PKGLOCALEDIR= yes
@@ -28,7 +28,6 @@ GCONF2_SCHEMAS= gsf-office-thumbnailer.schemas
.include "../../devel/libbonobo/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../sysutils/gnome-vfs2/buildlink3.mk"
-.include "../../textproc/intltool/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../devel/GConf2/schemas.mk"
.include "../../mk/bsd.pkg.mk"