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/darcnes | |
parent | 265e175a762130a6be5b102ae2faaeaab00707fc (diff) | |
download | pkgsrc-398893a6b481da73a397cccf7b5dac1fd846e720.tar.gz |
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
Diffstat (limited to 'emulators/darcnes')
-rw-r--r-- | emulators/darcnes/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/darcnes/Makefile.common b/emulators/darcnes/Makefile.common index 405524264f4..48d23e09288 100644 --- a/emulators/darcnes/Makefile.common +++ b/emulators/darcnes/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.2 2004/01/20 12:14:40 agc Exp $ +# $NetBSD: Makefile.common,v 1.3 2004/01/22 08:36:03 grant Exp $ DISTNAME= dn9b0401 CATEGORIES= emulators @@ -10,7 +10,7 @@ HOMEPAGE= http://www.dridus.com/~nyef/darcnes/ LICENSE= no-commercial-use WRKSRC= ${WRKDIR}/darcnes -USE_GMAKE= yes +USE_GNU_TOOLS+= make USE_BUILDLINK2= yes PATCHDIR= ${.CURDIR}/../../emulators/darcnes/patches DISTINFO_FILE= ${.CURDIR}/../../emulators/darcnes/distinfo |