summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2000-05-02 08:15:01 +0000
committertron <tron@pkgsrc.org>2000-05-02 08:15:01 +0000
commitac73912237ce71f19d89598e3b3bf27fe8010dde (patch)
treea00b72090a1a87b2d58b93379e491d880d3e0ae9 /mail
parent76010fbf532332b549e34ed4cd012988031d95dc (diff)
downloadpkgsrc-ac73912237ce71f19d89598e3b3bf27fe8010dde.tar.gz
Mark package as restricted now that "openssl" is used to provide
secure POP3 and IMAP.
Diffstat (limited to 'mail')
-rw-r--r--mail/fetchmail/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile
index 67c70016b9f..64436f3f927 100644
--- a/mail/fetchmail/Makefile
+++ b/mail/fetchmail/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.70 2000/04/26 22:10:47 tron Exp $
+# $NetBSD: Makefile,v 1.71 2000/05/02 08:15:01 tron Exp $
#
DISTNAME= fetchmail-5.3.8
@@ -18,6 +18,7 @@ CONFIGURE_ARGS+=--without-hesiod --with-ssl=${SSLBASE}
CONFIGURE_ENV+= LDFLAGS="${CFLAGS}"
BUILD_DEFS+= USE_INET6
+RESTRICTED= "Crypto; export-controlled"
.include "../../mk/bsd.prefs.mk"