From 398893a6b481da73a397cccf7b5dac1fd846e720 Mon Sep 17 00:00:00 2001 From: grant Date: Thu, 22 Jan 2004 08:36:03 +0000 Subject: replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. --- emulators/atari800/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'emulators/atari800') 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 -- cgit v1.2.3