diff options
author | fredb <fredb@pkgsrc.org> | 2002-03-13 17:36:35 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2002-03-13 17:36:35 +0000 |
commit | b48eba1112f54d5bd53419acb41234e880b1c4d8 (patch) | |
tree | dc32ede50f2b2eb416705689058f2df8cb72865f /finance/gnofin | |
parent | b83587c254a875614110a4d3bcfeafebc7536d9a (diff) | |
download | pkgsrc-b48eba1112f54d5bd53419acb41234e880b1c4d8.tar.gz |
Give all packages which depend on "png" a version bump, and update
all dependencies on packages depending on "png" which contain shared
libraries, all for the (imminent) update to the "png" package.
[List courtesy of John Darrow, courtesy of "bulk-build".]
Diffstat (limited to 'finance/gnofin')
-rw-r--r-- | finance/gnofin/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/finance/gnofin/Makefile b/finance/gnofin/Makefile index f611c2b7fe1..4c6ffe6f790 100644 --- a/finance/gnofin/Makefile +++ b/finance/gnofin/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2001/09/27 23:18:03 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2002/03/13 17:36:57 fredb Exp $ # DISTNAME= gnofin-0.8.4 +PKGREVISION= 1 CATEGORIES= finance MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnofin/} @@ -11,7 +12,7 @@ COMMENT= Personal checking/savings account management program BUILD_USES_MSGFMT= yes DEPENDS+= gtk+-1.2.*:../../x11/gtk -DEPENDS+= gnome-libs-[0-9]*:../../x11/gnome-libs +DEPENDS+= gnome-libs>=1.4.1.2nb1:../../x11/gnome-libs DEPENDS+= libxml>=1.8.10:../../textproc/libxml USE_X11= yes |