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 /textproc/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 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 8ab6c2c451f0..627834cfcd47 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1010,7 +1010,6 @@ SUBDIR += py-enchant SUBDIR += py-errorhandler SUBDIR += py-excelerator - SUBDIR += py-expat SUBDIR += py-feedparser SUBDIR += py-genshi SUBDIR += py-genshi-devel |