diff options
author | snj <snj@pkgsrc.org> | 2004-03-07 00:28:24 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-03-07 00:28:24 +0000 |
commit | 9479f045e73be1a4166f51d6026c8d80f4e34dbb (patch) | |
tree | 2616551dfa0a4f3ac8053ff7f809fe0ebcea6423 /games | |
parent | 852d1ef7aaf3ad955867c4e0ac8537375ae115aa (diff) | |
download | pkgsrc-9479f045e73be1a4166f51d6026c8d80f4e34dbb.tar.gz |
USE_BUILDLINK3 and USE_X11.
Diffstat (limited to 'games')
-rw-r--r-- | games/mirrormagic/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/mirrormagic/Makefile b/games/mirrormagic/Makefile index 7532674eb2a..8fb4504284b 100644 --- a/games/mirrormagic/Makefile +++ b/games/mirrormagic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2004/01/27 00:53:11 heinz Exp $ +# $NetBSD: Makefile,v 1.19 2004/03/07 00:28:24 snj Exp $ # DISTNAME= mirrormagic-2.0.2 @@ -11,7 +11,9 @@ COMMENT= Nice little puzzle game with color graphics and sound CONFLICTS= mirrormagic-sdl-[1-9]* +USE_BUILDLINK3= YES USE_GNU_TOOLS+= make +USE_X11= YES PLIST_SRC= ${WRKDIR}/PLIST PLIST # if you change SCORE_PATH, don't forget to change patch-aa, too |