diff options
author | grant <grant@pkgsrc.org> | 2004-01-22 08:36:03 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-01-22 08:36:03 +0000 |
commit | 398893a6b481da73a397cccf7b5dac1fd846e720 (patch) | |
tree | 635ee7c33b931ec84bfce0f64fefa5f90d0d6e22 /emulators/hatari | |
parent | 265e175a762130a6be5b102ae2faaeaab00707fc (diff) | |
download | pkgsrc-398893a6b481da73a397cccf7b5dac1fd846e720.tar.gz |
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
Diffstat (limited to 'emulators/hatari')
-rw-r--r-- | emulators/hatari/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/hatari/Makefile b/emulators/hatari/Makefile index db69d2d5303..513fcba7222 100644 --- a/emulators/hatari/Makefile +++ b/emulators/hatari/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2004/01/20 12:14:41 agc Exp $ +# $NetBSD: Makefile,v 1.9 2004/01/22 08:36:04 grant Exp $ # DISTNAME= hatari-0.45 @@ -12,7 +12,7 @@ COMMENT= Atari ST emulator WRKSRC= ${WRKDIR}/${DISTNAME}/src USE_BUILDLINK2= YES USE_X11= YES -USE_GMAKE= YES +USE_GNU_TOOLS+= make ALL_TARGET= hatari MAKE_FLAGS+= DATADIR="${PREFIX}/share/hatari" |