diff options
author | wiz <wiz@pkgsrc.org> | 2006-11-19 11:50:23 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-11-19 11:50:23 +0000 |
commit | 9d80e592a4a9801ec4d00fca7a3e9c19d1c6b3cc (patch) | |
tree | ffee6335b2bba2ba7848a7088adea5af2e248190 /finance | |
parent | 3aac352c277c3004ddcf390205306a480522cad6 (diff) | |
download | pkgsrc-9d80e592a4a9801ec4d00fca7a3e9c19d1c6b3cc.tar.gz |
tv@ pointed out that curl-7.16.0 had a shlib major bump --
increase its BUILDLINK_ABI_DEPENDS, and bump PKGREVISIONs
of dependencies.
Sorry for not finding this earlier.
Diffstat (limited to 'finance')
-rw-r--r-- | finance/libofx/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/finance/libofx/Makefile b/finance/libofx/Makefile index 940ff2a909c..90e1d6274c3 100644 --- a/finance/libofx/Makefile +++ b/finance/libofx/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2006/09/03 13:02:17 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2006/11/19 11:50:24 wiz Exp $ # DISTNAME= libofx-0.8.2 +PKGREVISION= 1 CATEGORIES= finance devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libofx/} |