summaryrefslogtreecommitdiff
path: root/www/communicator
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2000-05-09 07:12:57 +0000
committertron <tron@pkgsrc.org>2000-05-09 07:12:57 +0000
commitc4c5f9dc448353a4b2f68430be47678dbe8428e4 (patch)
treeef6a17d37690110b9a9f708a6dd11b5aab0130d4 /www/communicator
parent34ab3112b623f6c9cc182b9fbf0b3c8c2bb8282c (diff)
downloadpkgsrc-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/communicator')
-rw-r--r--www/communicator/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/www/communicator/Makefile b/www/communicator/Makefile
index c527238d7e3..7b67d107704 100644
--- a/www/communicator/Makefile
+++ b/www/communicator/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.25 2000/01/05 15:43:36 abs Exp $
+# $NetBSD: Makefile,v 1.26 2000/05/09 07:12:57 tron Exp $
#
BINNAME= communicator
DIST_SDIR_NAME= complete_install
-NS_ENCRYPTION?= export
-#
+
.include "../navigator/Makefile.common"