summaryrefslogtreecommitdiff
path: root/x11/gnopernicus
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 /x11/gnopernicus
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 'x11/gnopernicus')
-rw-r--r--x11/gnopernicus/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/gnopernicus/Makefile b/x11/gnopernicus/Makefile
index f809268e2d3..54db664580a 100644
--- a/x11/gnopernicus/Makefile
+++ b/x11/gnopernicus/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.45 2006/07/04 14:32:17 joerg Exp $
+# $NetBSD: Makefile,v 1.46 2006/07/05 05:37:47 jlam Exp $
#
DISTNAME= gnopernicus-1.0.3
@@ -12,7 +12,7 @@ HOMEPAGE= http://www.gnome.org/
COMMENT= Collection of accessibility apps for GNOME 2
USE_DIRS+= gnome2-1.5
-USE_TOOLS+= gmake pkg-config msgfmt
+USE_TOOLS+= gmake intltool msgfmt pkg-config
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
@@ -62,7 +62,6 @@ BUILDLINK_API_DEPENDS.glib2+= glib2>=2.4.1
.include "../../devel/libglade2/buildlink3.mk"
.include "../../devel/libgnome/buildlink3.mk"
.include "../../devel/libgnomeui/buildlink3.mk"
-.include "../../textproc/intltool/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../textproc/scrollkeeper/omf.mk"
.include "../../x11/gnome-mag/buildlink3.mk"