diff options
author | wiz <wiz> | 2014-08-03 22:13:19 +0000 |
---|---|---|
committer | wiz <wiz> | 2014-08-03 22:13:19 +0000 |
commit | 3707f02156ecefc837002419d5559b4efc57a6ae (patch) | |
tree | 7c96236c5b5b3bff10344f53422c535b73820428 /finance/gnucash/Makefile | |
parent | c53765107e460efd41ffbd08207631a0386707e1 (diff) | |
download | pkgsrc-3707f02156ecefc837002419d5559b4efc57a6ae.tar.gz |
Switch to webkit1-gtk* in preparation for package update to v2.
Packages can switch to that version when they're tested to build with it.
Diffstat (limited to 'finance/gnucash/Makefile')
-rw-r--r-- | finance/gnucash/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/finance/gnucash/Makefile b/finance/gnucash/Makefile index 3b8a9be4833..694853a7e12 100644 --- a/finance/gnucash/Makefile +++ b/finance/gnucash/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.206 2014/05/29 23:36:34 wiz Exp $ +# $NetBSD: Makefile,v 1.207 2014/08/03 22:13:20 wiz Exp $ DISTNAME= gnucash-2.6.3 -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= finance MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnucash/} EXTRACT_SUFX= .tar.bz2 @@ -61,6 +61,6 @@ BUILDLINK_API_DEPENDS.gnome-keyring+= gnome-keyring>=0.6 .include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../textproc/libxml2/buildlink3.mk" .include "../../textproc/libxslt/buildlink3.mk" -.include "../../www/webkit-gtk/buildlink3.mk" +.include "../../www/webkit1-gtk/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |