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/darcnes | |
parent | 97ef4243a99b6da78f46cc3652e9f8944abdf0b9 (diff) | |
download | pkgsrc-5a96d8c3c52e89cd32e3c3b5d99489e72140b0af.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 |