diff options
author | nork <nork@FreeBSD.org> | 2003-02-22 16:12:23 +0000 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2003-02-22 16:12:23 +0000 |
commit | 0fcf2b015919733eec118676bcf6686491d89e11 (patch) | |
tree | 427708910df1685f78b6c9c9ba53e43244c08a3d /mail | |
parent | 84636e195d32543c2ca6c8e1649ee1dde27686ee (diff) | |
download | FreeBSD-ports-0fcf2b015919733eec118676bcf6686491d89e11.zip FreeBSD-ports-0fcf2b015919733eec118676bcf6686491d89e11.tar.gz |
Remove RESTRICTED tag for crypto stuff.
Approved by: kris (implicitly)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mulberry/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mail/mulberry/Makefile b/mail/mulberry/Makefile index c70dd77..bb6d04d 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 |