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 | e896edb7fed80da6ae7d986bb31d0f459cbf72ea (patch) | |
tree | 5a4cdd19b2797d53e5ff29d89f921d882e82acda /databases/qdbm | |
parent | aba5e6c463028c3b0542695e7351bd9b809071eb (diff) | |
download | pkgsrc-e896edb7fed80da6ae7d986bb31d0f459cbf72ea.tar.gz |
Rename variable MAKEFILE to MAKE_FILE.
Diffstat (limited to 'databases/qdbm')
-rw-r--r-- | databases/qdbm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/qdbm/Makefile b/databases/qdbm/Makefile index 97ce3bf2559..4a8b7c77f6e 100644 --- a/databases/qdbm/Makefile +++ b/databases/qdbm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2006/05/07 10:38:40 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2006/09/09 02:41:56 obache Exp $ # .include "Makefile.common" @@ -8,7 +8,7 @@ CATEGORIES= databases COMMENT= Quick Database Manager - library of routines for managing a db USE_LIBTOOL= yes -MAKEFILE= LTmakefile +MAKE_FILE= LTmakefile GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-zlib |