diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-04-05 05:16:49 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-04-05 05:16:49 +0000 |
commit | cd7148572e31c4eb02236f9c6a05f100b2656954 (patch) | |
tree | 8a0e075ececfad8060bc9a89452598fec4f463a0 /emulators | |
parent | 8e9e61dc072c73673b17eb7b0c0ecd0bdb2f2156 (diff) | |
download | pkgsrc-cd7148572e31c4eb02236f9c6a05f100b2656954.tar.gz |
err forgot to add USE_X11.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/raine/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/raine/Makefile b/emulators/raine/Makefile index 7a5c21d5f2b..ad82fa47b4e 100644 --- a/emulators/raine/Makefile +++ b/emulators/raine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/04/05 05:05:27 xtraeme Exp $ +# $NetBSD: Makefile,v 1.2 2004/04/05 05:16:49 xtraeme Exp $ # DISTNAME= raines-0.40.0 @@ -16,6 +16,7 @@ BUILD_DEPENDS+= nasm-[0-9]*:../../devel/nasm WRKSRC= ${WRKDIR}/raine USE_BUILDLINK3= yes USE_GNU_TOOLS+= make +USE_X11= yes MAKEFILE= makefile MAKE_ENV+= OSTYPE=linux USE_PERL5= run |