diff options
author | perky <perky@FreeBSD.org> | 2003-08-01 03:38:54 +0800 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2003-08-01 03:38:54 +0800 |
commit | bda57df86e8fb2504d834a90043ff538b19062a1 (patch) | |
tree | 7e2dc71fad7160bffd5d6ab7e6e310a075e0db26 /lang/Makefile | |
parent | c62fb30caf5bc415034ef48d4683171ff5a98922 (diff) | |
download | freebsd-ports-gnome-bda57df86e8fb2504d834a90043ff538b19062a1.tar.gz freebsd-ports-gnome-bda57df86e8fb2504d834a90043ff538b19062a1.tar.zst freebsd-ports-gnome-bda57df86e8fb2504d834a90043ff538b19062a1.zip |
- Add python22 as an alternative version.
- Correct pydoc search path to lang/python-doc-html port's [1]
PR: 43036 [1]
Submitted by: Emil Sit <sit@amsterdam.lcs.mit.edu> [1]
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile index 27e93057be8c..ea5f1c46b293 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -177,6 +177,7 @@ SUBDIR += python15 SUBDIR += python20 SUBDIR += python21 + SUBDIR += python22 SUBDIR += qscheme SUBDIR += ratfor SUBDIR += rexx-imc |