diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-01-09 10:36:18 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-01-09 10:36:18 +0000 |
commit | 406a9faf9ef2c9fefa595f1033fcae54d613534b (patch) | |
tree | f7d9dc3fca243da86fc562fa9f870b3751166503 /security/openssl-beta | |
parent | 0eb5003d3178207cc304b90d49d9de064bf268dd (diff) |
Notes
Diffstat (limited to 'security/openssl-beta')
-rw-r--r-- | security/openssl-beta/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/openssl-beta/Makefile b/security/openssl-beta/Makefile index 40e39c54e7c8..9e03d6c58a4a 100644 --- a/security/openssl-beta/Makefile +++ b/security/openssl-beta/Makefile @@ -3,7 +3,7 @@ # Date created: 15 Aug 1997 # Whom: markm@freebsd.org # -# $Id: Makefile,v 1.21 1998/09/25 10:20:20 asami Exp $ +# $Id: Makefile,v 1.22 1998/10/26 05:52:02 obrien Exp $ # DISTNAME= SSLeay-0.9.0b @@ -16,6 +16,8 @@ MASTER_SITES= ftp://psych.psy.uq.oz.au/pub/Crypto/SSL/ \ MAINTAINER= markm@FreeBSD.ORG +BROKEN= upgrade + RESTRICTED= "Cryptography" HAS_CONFIGURE= yes CONFIGURE_SCRIPT= util/FreeBSD.sh |