diff options
-rw-r--r-- | databases/quicklist/Makefile | 7 | ||||
-rw-r--r-- | finance/gnofin/Makefile | 11 |
2 files changed, 10 insertions, 8 deletions
diff --git a/databases/quicklist/Makefile b/databases/quicklist/Makefile index 81b3a357125..f7ae1d79a61 100644 --- a/databases/quicklist/Makefile +++ b/databases/quicklist/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2001/04/02 20:06:11 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2002/10/21 14:48:52 wiz Exp $ # DISTNAME= quicklist-0.8.6 @@ -10,10 +10,11 @@ HOMEPAGE= http://www.quicklist.org/ COMMENT= Simple database like AppleWorks & MS Works BUILD_USES_MSGFMT= yes -DEPENDS+= gtk+-1.2.*:../../x11/gtk +USE_BUILDLINK2= yes GNU_CONFIGURE= yes -USE_LIBINTL= yes USE_X11BASE= yes +.include "../../devel/gettext-lib/buildlink2.mk" +.include "../../x11/gtk/buildlink2.mk" .include "../../mk/bsd.pkg.mk" diff --git a/finance/gnofin/Makefile b/finance/gnofin/Makefile index 4c6ffe6f790..c666699af1d 100644 --- a/finance/gnofin/Makefile +++ b/finance/gnofin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2002/03/13 17:36:57 fredb Exp $ +# $NetBSD: Makefile,v 1.11 2002/10/21 14:47:00 wiz Exp $ # DISTNAME= gnofin-0.8.4 @@ -11,15 +11,16 @@ HOMEPAGE= http://gnofin.sourceforge.net/ COMMENT= Personal checking/savings account management program BUILD_USES_MSGFMT= yes -DEPENDS+= gtk+-1.2.*:../../x11/gtk -DEPENDS+= gnome-libs>=1.4.1.2nb1:../../x11/gnome-libs -DEPENDS+= libxml>=1.8.10:../../textproc/libxml +USE_BUILDLINK2= yes USE_X11= yes GNU_CONFIGURE= yes USE_GMAKE= yes -USE_LIBINTL= yes 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 "../../mk/bsd.pkg.mk" |