diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-05-02 19:15:18 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-05-02 19:15:18 +0000 |
commit | 4512659f11745bce8296210d27676411b2a8a1b1 (patch) | |
tree | 4a5d0c9bd7ab4ecff160f3e1cc59bd46ee1f01b8 /net | |
parent | fd2009c442f514ac20fe34dea77c40d4d5fb6a3f (diff) | |
download | pkgsrc-4512659f11745bce8296210d27676411b2a8a1b1.tar.gz |
Rename ENABLE_CACHE option to JWHOIS_ENABLE_CACHE, and document it in
the defaults file.
Diffstat (limited to 'net')
-rw-r--r-- | net/jwhois/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/jwhois/Makefile b/net/jwhois/Makefile index bc7b61d6d43..a155a553a64 100644 --- a/net/jwhois/Makefile +++ b/net/jwhois/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2004/05/02 18:01:15 xtraeme Exp $ +# $NetBSD: Makefile,v 1.37 2004/05/02 19:15:18 xtraeme Exp $ # DISTNAME= jwhois-3.2.2 @@ -21,9 +21,9 @@ LIBS.SunOS+= -lnsl -lsocket INFO_FILES= jwhois.info -BUILD_DEFS+= ENABLE_CACHE +BUILD_DEFS+= JWHOIS_ENABLE_CACHE -.if defined(ENABLE_CACHE) +.if defined(JWHOIS_ENABLE_CACHE) CONFIGURE_ARGS+= --with-cache .endif |