diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2004-06-21 01:33:54 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2004-06-21 01:33:54 +0000 |
commit | 1446b7717f5c0725eee788a62a651df063803823 (patch) | |
tree | 765b300412120fa00dfdf0cdece85d29e8b249e7 /lang/python20/files/Setup.OpenSSL | |
parent | never decrease PORTEPOCH (diff) |
Remove deprecated ports: lang/python15 and lang/python20.
Notes
Notes:
svn path=/head/; revision=111902
Diffstat (limited to 'lang/python20/files/Setup.OpenSSL')
-rw-r--r-- | lang/python20/files/Setup.OpenSSL | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lang/python20/files/Setup.OpenSSL b/lang/python20/files/Setup.OpenSSL deleted file mode 100644 index c675971496ca..000000000000 --- a/lang/python20/files/Setup.OpenSSL +++ /dev/null @@ -1,6 +0,0 @@ -*static* - -# Socket module compiled with SSL support; you must edit the SSL variable: -SSL=/usr -_socket socketmodule.c -DUSE_SSL -I$(SSL)/include -I$(SSL)/include/openssl -L$(SSL)/lib -lssl -lcrypto - |