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 /games | |
parent | e54016a88a932a09ef712c8c3e2d6c6912abf65d (diff) | |
download | pkgsrc-1f9fdbf7f8c91b79a3958758e68f873d16eafdeb.tar.gz |
Fix up libxml++{,2} dependencies to include correct buildlink3.mk
and bump PKGREVISION.
Diffstat (limited to 'games')
-rw-r--r-- | games/wormux/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
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" |