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 | 48f04e7bd30ce6284df55c074a277f472a739816 (patch) | |
tree | cf37321bceb263e839751e4380637ebc2f80acb6 /finance | |
parent | 85933c013dd5ac915be02f953c03195d9eb4942c (diff) | |
download | pkgsrc-48f04e7bd30ce6284df55c074a277f472a739816.tar.gz |
Fix up libxml++{,2} dependencies to include correct buildlink3.mk
and bump PKGREVISION.
Diffstat (limited to 'finance')
-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" |