aboutsummaryrefslogtreecommitdiff
path: root/mail/mulberry/Makefile
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2003-02-22 16:12:23 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2003-02-22 16:12:23 +0000
commit4f56b2baa0b251b3f8a7a4d3047324f21edb8b4f (patch)
tree2cc512a10b56988cf8bb5bfe318afa957b691baf /mail/mulberry/Makefile
parent36851c364ff76c68228462c4f7d8b30b21ce3cb7 (diff)
downloadports-4f56b2baa0b251b3f8a7a4d3047324f21edb8b4f.tar.gz
ports-4f56b2baa0b251b3f8a7a4d3047324f21edb8b4f.zip
Remove RESTRICTED tag for crypto stuff.
Approved by: kris (implicitly)
Notes
Notes: svn path=/head/; revision=76164
Diffstat (limited to 'mail/mulberry/Makefile')
-rw-r--r--mail/mulberry/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/mail/mulberry/Makefile b/mail/mulberry/Makefile
index c70dd7748cbb..bb6d04d55293 100644
--- a/mail/mulberry/Makefile
+++ b/mail/mulberry/Makefile
@@ -28,7 +28,6 @@ ONLY_FOR_ARCHS= i386
.if defined(WITH_CRYPTO)
NO_CDROM= Contains cryptography (can't redistribute)
NO_PACKAGE= Contains cryptography (can't place on server for distribution)
-RESTRICTED= Contains cryptography (can't place on server for distribution)
.if !exists(${DISTDIR}/${DIST_SUBDIR}/${DISTCRYPTO})
IGNORE= You must manually fetch the Linux RedHat 6.x ${DISTCRYPTO} Plug-ins tarball from https://www.cyrusoft.com/cgi-bin/crypto and place it in ${DISTDIR}/${DIST_SUBDIR}/ and then run 'make -DWITH_CRYPTO install' again
.endif