diff options
author | Mark Murray <markm@FreeBSD.org> | 1996-03-03 21:38:27 +0000 |
---|---|---|
committer | Mark Murray <markm@FreeBSD.org> | 1996-03-03 21:38:27 +0000 |
commit | 7eb4d31f835d948fd22aaf7e4b9182dbc8aaf41d (patch) | |
tree | 6ac3f1d45738acf1dd85871fb8a1252f8a7cabf4 /security/openssl | |
parent | d661f5a8dea1ffb4ec57727e925b2c33357a5e71 (diff) | |
download | ports-7eb4d31f835d948fd22aaf7e4b9182dbc8aaf41d.tar.gz ports-7eb4d31f835d948fd22aaf7e4b9182dbc8aaf41d.zip |
Notes
Diffstat (limited to 'security/openssl')
-rw-r--r-- | security/openssl/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile index 75f7eda6a94d..4c8b06877e22 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -3,7 +3,7 @@ # Date created: 24 February 1996 # Whom: markm # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1996/03/03 21:32:34 markm Exp $ # DISTNAME= SSLeay-0.5.1b @@ -11,4 +11,7 @@ PKGNAME= SSLeay-0.5.1b CATEGORIES+= devel security MASTER_SITES= psych.psy.uq.oz.au:/pub/Crypto/SSL/ +# Crypto stuff - therefore... +NO_PACKAGE= YES + .include <bsd.port.mk> |