diff options
author | wiz <wiz> | 2007-09-20 21:04:09 +0000 |
---|---|---|
committer | wiz <wiz> | 2007-09-20 21:04:09 +0000 |
commit | 13caad7a7e3bc2cf2360e732612506f9dc874426 (patch) | |
tree | cf37321bceb263e839751e4380637ebc2f80acb6 /finance | |
parent | 055eeed9212b85dfacec64bccb7f0f8405f59fc3 (diff) | |
download | pkgsrc-13caad7a7e3bc2cf2360e732612506f9dc874426.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" |