diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-02-22 16:12:23 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-02-22 16:12:23 +0000 |
commit | 4f56b2baa0b251b3f8a7a4d3047324f21edb8b4f (patch) | |
tree | 2cc512a10b56988cf8bb5bfe318afa957b691baf /mail/mulberry | |
parent | 36851c364ff76c68228462c4f7d8b30b21ce3cb7 (diff) | |
download | ports-4f56b2baa0b251b3f8a7a4d3047324f21edb8b4f.tar.gz ports-4f56b2baa0b251b3f8a7a4d3047324f21edb8b4f.zip |
Notes
Diffstat (limited to 'mail/mulberry')
-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 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 |