diff options
author | grant <grant@pkgsrc.org> | 2004-01-22 08:36:03 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-01-22 08:36:03 +0000 |
commit | 0e5ba09627e468e9f45828cd37f7a626abe4d8a5 (patch) | |
tree | 635ee7c33b931ec84bfce0f64fefa5f90d0d6e22 /finance | |
parent | 8d1b33d9504df93df077b7742e9de71269df8e05 (diff) | |
download | pkgsrc-0e5ba09627e468e9f45828cd37f7a626abe4d8a5.tar.gz |
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
Diffstat (limited to 'finance')
-rw-r--r-- | finance/emma/Makefile | 4 | ||||
-rw-r--r-- | finance/gnofin/Makefile | 4 | ||||
-rw-r--r-- | finance/gnucash/Makefile | 4 | ||||
-rw-r--r-- | finance/kmymoney2/Makefile | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/finance/emma/Makefile b/finance/emma/Makefile index 5ee5e305dc7..5d808282b9e 100644 --- a/finance/emma/Makefile +++ b/finance/emma/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2004/01/03 18:49:40 reed Exp $ +# $NetBSD: Makefile,v 1.23 2004/01/22 08:37:19 grant Exp $ # DISTNAME= emma-0.8.2 @@ -16,7 +16,7 @@ USE_X11BASE= YES GNU_CONFIGURE= YES USE_BUILDLINK2= YES USE_PKGLOCALEDIR= YES -USE_GMAKE= YES +USE_GNU_TOOLS+= make USE_LIBTOOL= yes CONFIGURE_ENV+= PYTHONBIN=${PYTHONBIN} diff --git a/finance/gnofin/Makefile b/finance/gnofin/Makefile index a134132886d..c29a5399557 100644 --- a/finance/gnofin/Makefile +++ b/finance/gnofin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2004/01/03 18:49:40 reed Exp $ +# $NetBSD: Makefile,v 1.17 2004/01/22 08:37:19 grant Exp $ # DISTNAME= gnofin-0.8.4 @@ -16,7 +16,7 @@ USE_BUILDLINK2= yes USE_PKGLOCALEDIR= yes USE_X11= yes GNU_CONFIGURE= yes -USE_GMAKE= yes +USE_GNU_TOOLS+= make USE_LIBTOOL= yes LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig diff --git a/finance/gnucash/Makefile b/finance/gnucash/Makefile index 5432eaf11ee..1886c85857d 100644 --- a/finance/gnucash/Makefile +++ b/finance/gnucash/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.55 2004/01/06 18:53:11 jmmv Exp $ +# $NetBSD: Makefile,v 1.56 2004/01/22 08:37:19 grant Exp $ DISTNAME= gnucash-1.8.8 PKGREVISION= 2 @@ -18,7 +18,7 @@ BUILDLINK_DEPENDS.guile14+= guile14<1.5.0:../../lang/guile14 BUILD_DEPENDS+= bison>=1.28:../../devel/bison -USE_GMAKE= YES +USE_GNU_TOOLS+= make USE_X11= YES USE_LIBTOOL= YES LIBTOOL_OVERRIDE= ${WRKSRC}/libtool diff --git a/finance/kmymoney2/Makefile b/finance/kmymoney2/Makefile index 59706ea23c3..b7f99c6ebd6 100644 --- a/finance/kmymoney2/Makefile +++ b/finance/kmymoney2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2004/01/03 18:49:40 reed Exp $ +# $NetBSD: Makefile,v 1.9 2004/01/22 08:37:19 grant Exp $ DISTNAME= kmymoney2-0.5.1 PKGREVISION= 5 @@ -11,7 +11,7 @@ HOMEPAGE= http://kmymoney2.sourceforge.net/ COMMENT= Personal finance manager for kde3 USE_BUILDLINK2= YES -USE_GMAKE= YES +USE_GNU_TOOLS+= make GNU_CONFIGURE= YES USE_LIBTOOL= YES SHLIBTOOL_OVERRIDE= ${WRKSRC}/libtool |