diff options
author | wiz <wiz@pkgsrc.org> | 2002-11-02 20:46:07 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-11-02 20:46:07 +0000 |
commit | 0c030ef7b27567e4003793388fd40064d90f9b5c (patch) | |
tree | c7c762331b1446dfd4ce5b654488ea3dbcf86056 /games | |
parent | 44d51ef86c17358c98f88d1a12c142d0033dddf2 (diff) | |
download | pkgsrc-0c030ef7b27567e4003793388fd40064d90f9b5c.tar.gz |
Set USE_X11.
Diffstat (limited to 'games')
-rw-r--r-- | games/icebreaker/Makefile | 3 | ||||
-rw-r--r-- | games/scummvm/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/games/icebreaker/Makefile b/games/icebreaker/Makefile index 0dc816276bf..6550f7b8a83 100644 --- a/games/icebreaker/Makefile +++ b/games/icebreaker/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2002/08/30 22:55:59 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2002/11/02 20:46:07 wiz Exp $ # DISTNAME= icebreaker-1.9.7 @@ -12,6 +12,7 @@ COMMENT= penguin capturing simulation USE_BUILDLINK2= yes USE_GMAKE= yes +USE_X11= yes MAKE_ENV+= mandir="${PREFIX}/man" highscoredir="/var/games" MAKE_ENV+= prefix="${PREFIX}" diff --git a/games/scummvm/Makefile b/games/scummvm/Makefile index daaa17d38fd..64c127cfab0 100644 --- a/games/scummvm/Makefile +++ b/games/scummvm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/09/12 00:38:30 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2002/11/02 20:52:51 wiz Exp $ DISTNAME= scummvm_0.2.0-src PKGNAME= scummvm-0.2.0 @@ -11,6 +11,7 @@ HOMEPAGE= http://scummvm.sourceforge.net/ COMMENT= LucasArts Script Creation Utility for Maniac Mansion USE_BUILDLINK2= yes +USE_X11= yes WRKSRC= ${WRKDIR}/scummvm do-install: |