diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-07-22 13:47:31 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-07-22 13:47:31 +0000 |
commit | e35f6b3ffb9cad29b08ccf892d41c3cd5086b941 (patch) | |
tree | a669949f9782af67dad1d87bc31fa78205f540b8 /lang/python27 | |
parent | 5150306c0d7dea00b97d262a84110ab1871e29ee (diff) |
Notes
Diffstat (limited to 'lang/python27')
-rw-r--r-- | lang/python27/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python27/Makefile b/lang/python27/Makefile index 0ec5f697732a..27b684cd6448 100644 --- a/lang/python27/Makefile +++ b/lang/python27/Makefile @@ -84,7 +84,7 @@ CFLAGS+= -D__wchar_t=wchar_t .if !defined(WITHOUT_THREADS) .if defined(WITH_PTH) -BROKEN= does not build +BROKEN= does not build with PTH enabled CONFIGURE_ARGS+= --with-pth EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-configure-pth LIB_DEPENDS+= pth:${PORTSDIR}/devel/pth |