diff options
author | wiz <wiz@pkgsrc.org> | 2006-03-07 07:24:07 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-03-07 07:24:07 +0000 |
commit | 8fa2cbdfb8f6e95087dc667557205f8718bb7f14 (patch) | |
tree | c67c5fd66cb1cdc645aef2062db5ddeb4b2df12d /games/wesnoth | |
parent | caf134912c1ac30449de15f13fc434bf5ea1a85c (diff) | |
download | pkgsrc-8fa2cbdfb8f6e95087dc667557205f8718bb7f14.tar.gz |
Add x11.buildlink3.mk
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" |