diff options
author | obache <obache@pkgsrc.org> | 2006-09-09 02:41:53 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2006-09-09 02:41:53 +0000 |
commit | 55c56786b3c520dbb5737d3e8944b6b51034e7bb (patch) | |
tree | 5a4cdd19b2797d53e5ff29d89f921d882e82acda /emulators/raine | |
parent | 8b81271900a94534e942e9e3296793010312b59e (diff) | |
download | pkgsrc-55c56786b3c520dbb5737d3e8944b6b51034e7bb.tar.gz |
Rename variable MAKEFILE to MAKE_FILE.
Diffstat (limited to 'emulators/raine')
-rw-r--r-- | emulators/raine/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/raine/Makefile b/emulators/raine/Makefile index 91476e3e50b..3b0c067f832 100644 --- a/emulators/raine/Makefile +++ b/emulators/raine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2006/07/17 20:21:35 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2006/09/09 02:42:00 obache Exp $ # DISTNAME= raines-0.43.3 @@ -15,7 +15,7 @@ BUILD_DEPENDS+= nasm-[0-9]*:../../devel/nasm WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} USE_TOOLS+= gmake perl:run pkg-config -MAKEFILE= makefile +MAKE_FILE= makefile MAKE_ENV+= OSTYPE=linux REPLACE_PERL= makedep PTHREAD_OPTS+= require |