diff options
Diffstat (limited to 'emulators/atari800/Makefile')
-rw-r--r-- | emulators/atari800/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/atari800/Makefile b/emulators/atari800/Makefile index 385e3ffad09..db11ffa1cb7 100644 --- a/emulators/atari800/Makefile +++ b/emulators/atari800/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2004/01/20 12:14:40 agc Exp $ +# $NetBSD: Makefile,v 1.24 2004/01/22 08:36:03 grant Exp $ # DISTNAME= atari800-1.3.2 @@ -18,7 +18,7 @@ NO_BIN_ON_CDROM= ${RESTRICTED} WRKSRC= ${WRKDIR}/${DISTNAME}/src USE_BUILDLINK2= YES -USE_GMAKE= YES +USE_GNU_TOOLS+= make USE_X11= YES GNU_CONFIGURE= YES CONFIGURE_ARGS+= --target=x11 |