summaryrefslogtreecommitdiff
path: root/sysutils/gnome-vfs2/Makefile.common
diff options
context:
space:
mode:
authorjlam <jlam>2006-07-05 05:37:39 +0000
committerjlam <jlam>2006-07-05 05:37:39 +0000
commit7a214e80a1d117a1dc986293ccb493d6eb35032e (patch)
tree3f9b395b95d690e2d375fdb2725a5c29aefa896e /sysutils/gnome-vfs2/Makefile.common
parent0e6a22d33e7e4e4500311b54c279cc8bbd93e27d (diff)
downloadpkgsrc-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 'sysutils/gnome-vfs2/Makefile.common')
-rw-r--r--sysutils/gnome-vfs2/Makefile.common6
1 files changed, 2 insertions, 4 deletions
diff --git a/sysutils/gnome-vfs2/Makefile.common b/sysutils/gnome-vfs2/Makefile.common
index 34614577931..f3a8e28d99d 100644
--- a/sysutils/gnome-vfs2/Makefile.common
+++ b/sysutils/gnome-vfs2/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.36 2006/05/31 18:32:40 drochner Exp $
+# $NetBSD: Makefile.common,v 1.37 2006/07/05 05:37:44 jlam Exp $
#
GNOME_VFS2_VERSION= 2.14.2
@@ -19,7 +19,7 @@ PATCHDIR= ${.CURDIR}/../../sysutils/gnome-vfs2/patches
GNU_CONFIGURE= YES
USE_PKGLOCALEDIR= YES
-USE_TOOLS+= gmake msgfmt pkg-config
+USE_TOOLS+= gmake intltool msgfmt pkg-config
USE_LIBTOOL= YES
CONFIGURE_ARGS+= --disable-cdda
@@ -101,5 +101,3 @@ do-install:
cd ${WRKSRC}/modules && ${LIBTOOL} --mode=finish \
${PREFIX}/lib/gnome-vfs-2.0/modules
.endif
-
-.include "../../textproc/intltool/buildlink3.mk"