diff options
author | miwi <miwi@FreeBSD.org> | 2011-02-25 17:46:39 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-02-25 17:46:39 +0800 |
commit | 84b2efc9bcff2ad1347e4e6cc0926b1887499149 (patch) | |
tree | a8c38f33bbc05435b12d8a54e6ccd1743155830e /security/Makefile | |
parent | ecb613aff5556cd18082cdbf9ff071c3ab3659c5 (diff) | |
download | freebsd-ports-gnome-84b2efc9bcff2ad1347e4e6cc0926b1887499149.tar.gz freebsd-ports-gnome-84b2efc9bcff2ad1347e4e6cc0926b1887499149.tar.zst freebsd-ports-gnome-84b2efc9bcff2ad1347e4e6cc0926b1887499149.zip |
- Part 1 of python24 removal
- Clean up bsd.python.mk (remove PYWSGIREF, PYHASHLIB, PYCTYPES and PYEXPAT) all these is now part of python
since python25
Remove:
textproc/py-expat
devel/py-ctypes
security/py-hashlib
www/py-wsgiref
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/security/Makefile b/security/Makefile index 9dd45ab5c858..2dc600dec130 100644 --- a/security/Makefile +++ b/security/Makefile @@ -695,7 +695,6 @@ SUBDIR += py-fchksum SUBDIR += py-gnupg SUBDIR += py-gnutls - SUBDIR += py-hashlib SUBDIR += py-keyring SUBDIR += py-m2crypto SUBDIR += py-mcrypt |