summaryrefslogtreecommitdiff
path: root/lang/Makefile
diff options
context:
space:
mode:
authorHye-Shik Chang <perky@FreeBSD.org>2003-07-03 14:41:09 +0000
committerHye-Shik Chang <perky@FreeBSD.org>2003-07-03 14:41:09 +0000
commitc84dbd47277fafe4ecb3ef0ca7560f4aaea07ac1 (patch)
treea80938722b5dfc3067cb3e8830f24f6f980852db /lang/Makefile
parentRegister conflicts among linux_base ports. (diff)
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!)
Notes
Notes: svn path=/head/; revision=84141
Diffstat (limited to 'lang/Makefile')
-rw-r--r--lang/Makefile1
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