diff options
author | grant <grant> | 2004-01-22 08:36:03 +0000 |
---|---|---|
committer | grant <grant> | 2004-01-22 08:36:03 +0000 |
commit | 5a96d8c3c52e89cd32e3c3b5d99489e72140b0af (patch) | |
tree | 635ee7c33b931ec84bfce0f64fefa5f90d0d6e22 /emulators/atari800 | |
parent | 97ef4243a99b6da78f46cc3652e9f8944abdf0b9 (diff) | |
download | pkgsrc-5a96d8c3c52e89cd32e3c3b5d99489e72140b0af.tar.gz |
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
Diffstat (limited to 'emulators/atari800')
-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 |