diff options
Diffstat (limited to 'games/wesnoth')
-rw-r--r-- | games/wesnoth/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/wesnoth/Makefile b/games/wesnoth/Makefile index e357c41c6ee..22887c5c8be 100644 --- a/games/wesnoth/Makefile +++ b/games/wesnoth/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2006/02/05 23:09:23 joerg Exp $ +# $NetBSD: Makefile,v 1.25 2006/03/07 07:24:07 wiz Exp $ DISTNAME= wesnoth-1.0.2 PKGREVISION= 2 @@ -28,4 +28,5 @@ BUILDLINK_DEPENDS.SDL_mixer+= SDL_mixer>=1.2.5nb3 .include "../../graphics/freetype2/buildlink3.mk" .include "../../graphics/png/buildlink3.mk" .include "../../net/SDL_net/buildlink3.mk" +.include "../../mk/x11.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |