diff options
Diffstat (limited to 'lang/python27/Makefile')
-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 |