diff options
author | wiz <wiz@pkgsrc.org> | 2007-09-20 21:04:09 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-09-20 21:04:09 +0000 |
commit | 1f9fdbf7f8c91b79a3958758e68f873d16eafdeb (patch) | |
tree | cf37321bceb263e839751e4380637ebc2f80acb6 /finance/libofx | |
parent | e54016a88a932a09ef712c8c3e2d6c6912abf65d (diff) | |
download | pkgsrc-1f9fdbf7f8c91b79a3958758e68f873d16eafdeb.tar.gz |
Fix up libxml++{,2} dependencies to include correct buildlink3.mk
and bump PKGREVISION.
Diffstat (limited to 'finance/libofx')
-rw-r--r-- | finance/libofx/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/finance/libofx/Makefile b/finance/libofx/Makefile index 82899172a80..c216bb4c936 100644 --- a/finance/libofx/Makefile +++ b/finance/libofx/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2007/09/05 16:42:16 drochner Exp $ +# $NetBSD: Makefile,v 1.6 2007/09/20 21:04:09 wiz Exp $ # DISTNAME= libofx-0.8.3 +PKGREVISION= 1 CATEGORIES= finance devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libofx/} @@ -16,7 +17,7 @@ USE_LANGUAGES= c c++ USE_TOOLS+= pkg-config USE_LIBTOOL= yes -.include "../../textproc/libxml++/buildlink3.mk" +.include "../../textproc/libxml++1/buildlink3.mk" .include "../../textproc/opensp/buildlink3.mk" .include "../../www/curl/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |