diff options
Diffstat (limited to 'finance/gnofin/Makefile')
-rw-r--r-- | finance/gnofin/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/finance/gnofin/Makefile b/finance/gnofin/Makefile index c29a5399557..17dd88bbc7a 100644 --- a/finance/gnofin/Makefile +++ b/finance/gnofin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2004/01/22 08:37:19 grant Exp $ +# $NetBSD: Makefile,v 1.18 2004/04/25 05:36:12 snj Exp $ # DISTNAME= gnofin-0.8.4 @@ -12,7 +12,7 @@ COMMENT= Personal checking/savings account management program BUILD_USES_MSGFMT= yes -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes USE_PKGLOCALEDIR= yes USE_X11= yes GNU_CONFIGURE= yes @@ -20,8 +20,8 @@ USE_GNU_TOOLS+= make USE_LIBTOOL= yes LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig -.include "../../devel/gettext-lib/buildlink2.mk" -.include "../../textproc/libxml/buildlink2.mk" -.include "../../x11/gnome-libs/buildlink2.mk" -.include "../../x11/gtk/buildlink2.mk" +.include "../../devel/gettext-lib/buildlink3.mk" +.include "../../textproc/libxml/buildlink3.mk" +.include "../../x11/gnome-libs/buildlink3.mk" +.include "../../x11/gtk/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |