diff options
author | tron <tron@pkgsrc.org> | 2000-05-09 07:12:57 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-05-09 07:12:57 +0000 |
commit | c4c5f9dc448353a4b2f68430be47678dbe8428e4 (patch) | |
tree | ef6a17d37690110b9a9f708a6dd11b5aab0130d4 /www/navigator | |
parent | 34ab3112b623f6c9cc182b9fbf0b3c8c2bb8282c (diff) | |
download | pkgsrc-c4c5f9dc448353a4b2f68430be47678dbe8428e4.tar.gz |
Don't define "NS_ENCRYPTION" before including "pkgsrc/mk/bsd.prefs.mk" so
that a "NS_ENCRYPTION?= ..." in "/etc/mk.conf" will work.
Diffstat (limited to 'www/navigator')
-rw-r--r-- | www/navigator/Makefile | 5 | ||||
-rw-r--r-- | www/navigator/Makefile.common | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/www/navigator/Makefile b/www/navigator/Makefile index 994540b9a85..b49b32b04d9 100644 --- a/www/navigator/Makefile +++ b/www/navigator/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.23 2000/01/05 15:43:34 abs Exp $ +# $NetBSD: Makefile,v 1.24 2000/05/09 07:12:58 tron Exp $ # BINNAME= navigator DIST_SDIR_NAME= navigator_standalone -NS_ENCRYPTION?= export -# + .include "../navigator/Makefile.common" diff --git a/www/navigator/Makefile.common b/www/navigator/Makefile.common index 7133d81a40d..0ab1e310f03 100644 --- a/www/navigator/Makefile.common +++ b/www/navigator/Makefile.common @@ -1,9 +1,12 @@ -# $NetBSD: Makefile.common,v 1.8 2000/04/30 17:03:20 wiz Exp $ +# $NetBSD: Makefile.common,v 1.9 2000/05/09 07:12:58 tron Exp $ # # Common include file for communicator and navigator packages .include "../../mk/bsd.prefs.mk" +# Use export version by default. +NS_ENCRYPTION?= export + # Note - the version will be overridden for certain architectures which # do not have the latest version available (eg: SunOS sparc) NS_VERS= 4.7 |