diff options
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 0f5b06061f8..7534651f8ef 100644 --- a/games/spellcast/Makefile +++ b/games/spellcast/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1998/08/20 15:16:56 tsarna Exp $ +# $NetBSD: Makefile,v 1.3 1999/01/30 23:18:48 agc Exp $ # DISTNAME= spellcast @@ -10,6 +10,6 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= root@garbled.net HOMEPAGE= http://www.edoc.com/zarf/spellcast.html -USE_X11= yes +USE_X11BASE= yes .include "../../mk/bsd.pkg.mk" |