summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorjlam <jlam>1999-07-12 00:06:57 +0000
committerjlam <jlam>1999-07-12 00:06:57 +0000
commit2d48619abd7c1c1079fbf1c589e253eac1baa3b4 (patch)
treecd3122c2ba4023758e1b5628d4bdb65eab877e41 /www
parent26eee4217d67e571855fb4bea1b84fbe7e097207 (diff)
downloadpkgsrc-2d48619abd7c1c1079fbf1c589e253eac1baa3b4.tar.gz
Include bsd.prefs.mk so NS_ENCRYPTION gets defined.
Diffstat (limited to 'www')
-rw-r--r--www/communicator/Makefile4
-rw-r--r--www/navigator/Makefile4
2 files changed, 6 insertions, 2 deletions
diff --git a/www/communicator/Makefile b/www/communicator/Makefile
index 31ba13c61f5..68e5cdfd36f 100644
--- a/www/communicator/Makefile
+++ b/www/communicator/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 1999/07/01 23:28:32 tron Exp $
+# $NetBSD: Makefile,v 1.17 1999/07/12 00:06:57 jlam Exp $
#
# Every effort has been made to keep the communicator and navigator
# Makefiles as similar as possible.
@@ -51,6 +51,8 @@ MOZILLA_HOME= ${PREFIX}/lib/netscape/${PKGNAME}
PLIST_SRC= ${WRKDIR}/.PLIST_SRC
NS_PLIST_SED= "s,\$${NS_VERS},${NS_VERS},g"
+.include "../../mk/bsd.prefs.mk"
+
.if (${NS_ENCRYPTION} == "us")
MASTER_SITES=
RESTRICTED= "128-bit key strong encryption; export-controlled"
diff --git a/www/navigator/Makefile b/www/navigator/Makefile
index 0e2fb8d5165..4767d2eb751 100644
--- a/www/navigator/Makefile
+++ b/www/navigator/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 1999/07/01 23:28:32 tron Exp $
+# $NetBSD: Makefile,v 1.16 1999/07/12 00:06:58 jlam Exp $
#
# Every effort has been made to keep the communicator and navigator
# Makefiles as similar as possible.
@@ -51,6 +51,8 @@ MOZILLA_HOME= ${PREFIX}/lib/netscape/${PKGNAME}
PLIST_SRC= ${WRKDIR}/.PLIST_SRC
NS_PLIST_SED= "s,\$${NS_VERS},${NS_VERS},g"
+.include "../../mk/bsd.prefs.mk"
+
.if (${NS_ENCRYPTION} == "us")
MASTER_SITES=
RESTRICTED= "128-bit key strong encryption; export-controlled"