diff options
author | perky <perky@FreeBSD.org> | 2003-07-03 22:41:09 +0800 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2003-07-03 22:41:09 +0800 |
commit | ebbea2c6e78f4080e6b7c3c02db4380473b4965f (patch) | |
tree | a72d209b548e78a4545b5960747b405806e31a81 /lang/Makefile | |
parent | 116b0223f3dd64a83f54079e27c1680c1af58a9b (diff) | |
download | freebsd-ports-gnome-ebbea2c6e78f4080e6b7c3c02db4380473b4965f.tar.gz freebsd-ports-gnome-ebbea2c6e78f4080e6b7c3c02db4380473b4965f.tar.zst freebsd-ports-gnome-ebbea2c6e78f4080e6b7c3c02db4380473b4965f.zip |
Update new python-devel port to 2.3.b2.
This update introduces two new knobs to _disable_ somewhat
experimental options:
BUILD_STATIC=yes Unless this option is specified,
the port will build python as shared
binary.
WITH_UCS2=yes Unless this option is specified,
Py_UNICODE type will charge 4 bytes
per character (as we do for wchar_t)
Repo-copied by: joe (thanks!)
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 5ba524bcc7c1..5478704cac09 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -165,6 +165,7 @@ SUBDIR += py-mx-base SUBDIR += py-prolog SUBDIR += python + SUBDIR += python-devel SUBDIR += python-doc-html SUBDIR += python-doc-pdf-a4 SUBDIR += python-doc-pdf-letter |