diff options
author | grant <grant@pkgsrc.org> | 2004-02-16 22:19:01 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-02-16 22:19:01 +0000 |
commit | 7901ef2d36988ba92b2e0edfe065c126304d4655 (patch) | |
tree | b9b3941cc40a75db00cefad4cae028e21340e7ec /x11 | |
parent | f4982aa9546ad296e378304e75ba098da6986155 (diff) | |
download | pkgsrc-7901ef2d36988ba92b2e0edfe065c126304d4655.tar.gz |
bl3ify
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xpad/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/x11/xpad/Makefile b/x11/xpad/Makefile index ec91851e3f3..217c8018141 100644 --- a/x11/xpad/Makefile +++ b/x11/xpad/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2004/01/24 15:30:34 grant Exp $ +# $NetBSD: Makefile,v 1.6 2004/02/16 22:19:01 grant Exp $ # DISTNAME= xpad-1.12 @@ -15,12 +15,12 @@ BUILD_USES_MSGFMT= yes DEPENDS+= gnome2-dirs>=1.2:../../misc/gnome2-dirs GNU_CONFIGURE= yes -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes USE_GNU_TOOLS+= make USE_PKGLOCALEDIR= yes USE_X11= yes -.include "../../converters/libiconv/buildlink2.mk" -.include "../../x11/gtk2/buildlink2.mk" -.include "../../textproc/intltool/buildlink2.mk" +.include "../../converters/libiconv/buildlink3.mk" +.include "../../x11/gtk2/buildlink3.mk" +.include "../../textproc/intltool/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |