diff options
author | joerg <joerg@pkgsrc.org> | 2007-02-02 18:32:36 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-02-02 18:32:36 +0000 |
commit | 33dd1c0633a8dda55c9adcbd9dd4806e583c00ea (patch) | |
tree | f6a30c8db52c24e02a092338a33b9c45f2410bff /games/spellcast | |
parent | af298310335faee2f3981a06d3576ef49d3fc5f1 (diff) | |
download | pkgsrc-33dd1c0633a8dda55c9adcbd9dd4806e583c00ea.tar.gz |
Modular Xorg support.
Diffstat (limited to 'games/spellcast')
-rw-r--r-- | games/spellcast/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/spellcast/Makefile b/games/spellcast/Makefile index cf237ce78f7..0b2cd3a52da 100644 --- a/games/spellcast/Makefile +++ b/games/spellcast/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/02/05 23:09:23 joerg Exp $ +# $NetBSD: Makefile,v 1.10 2007/02/02 18:40:31 joerg Exp $ # DISTNAME= spellcast @@ -13,6 +13,6 @@ HOMEPAGE= http://www.eblong.com/zarf/spellcast.html COMMENT= Game of dueling wizards for two players USE_X11BASE= yes -.include "../../mk/x11.buildlink3.mk" +.include "../../x11/libX11/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |