diff options
author | jlam <jlam@pkgsrc.org> | 2006-07-05 05:37:39 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-07-05 05:37:39 +0000 |
commit | 00478b39e6c53023f76627af6ffacebafc9db9d6 (patch) | |
tree | 3f9b395b95d690e2d375fdb2725a5c29aefa896e /x11/xpad | |
parent | 9102c97edf0e6bbc2006c1461512bc2a61334627 (diff) | |
download | pkgsrc-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 'x11/xpad')
-rw-r--r-- | x11/xpad/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/xpad/Makefile b/x11/xpad/Makefile index 72040b184e9..b1399bed917 100644 --- a/x11/xpad/Makefile +++ b/x11/xpad/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2006/06/11 14:52:23 joerg Exp $ +# $NetBSD: Makefile,v 1.25 2006/07/05 05:37:47 jlam Exp $ # DISTNAME= xpad-1.12 @@ -13,7 +13,7 @@ COMMENT= Sticky notes application in GTK 2 GNU_CONFIGURE= yes USE_DIRS+= xdg-1.1 -USE_TOOLS+= gmake msgfmt pkg-config +USE_TOOLS+= gmake intltool msgfmt pkg-config USE_PKGLOCALEDIR= yes LIBS.SunOS+= -lX11 @@ -23,5 +23,4 @@ BUILDLINK_TRANSFORM+= rm:-DGTK_DISABLE_DEPRECATED .include "../../converters/libiconv/buildlink3.mk" .include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" -.include "../../textproc/intltool/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |