diff options
-rw-r--r-- | finance/libofx/Makefile | 5 | ||||
-rw-r--r-- | games/wormux/Makefile | 5 |
2 files changed, 6 insertions, 4 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" diff --git a/games/wormux/Makefile b/games/wormux/Makefile index 4915e0931ff..592162c9d11 100644 --- a/games/wormux/Makefile +++ b/games/wormux/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2007/02/07 19:32:03 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2007/09/20 21:04:09 wiz Exp $ # DISTNAME= wormux-0.7.9 +PKGREVISION= 1 CATEGORIES= games MASTER_SITES= http://download.gna.org/wormux/ @@ -57,7 +58,7 @@ pre-install: .include "../../devel/SDL_ttf/buildlink3.mk" .include "../../devel/SDL_gfx/buildlink3.mk" .include "../../net/SDL_net/buildlink3.mk" -.include "../../textproc/libxml++2/buildlink3.mk" +.include "../../textproc/libxml++/buildlink3.mk" .include "../../www/curl/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../mk/bsd.pkg.mk" |