diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-07-22 21:47:31 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-07-22 21:47:31 +0800 |
commit | 5e4ccce96b923e8cf188e5324778be8715737b4f (patch) | |
tree | b3d28a0f65b83ca31d40d827d40b67b66f72a07d | |
parent | 52ea1361134ae8b8187bb700a99c7660272600cb (diff) | |
download | freebsd-ports-gnome-5e4ccce96b923e8cf188e5324778be8715737b4f.tar.gz freebsd-ports-gnome-5e4ccce96b923e8cf188e5324778be8715737b4f.tar.zst freebsd-ports-gnome-5e4ccce96b923e8cf188e5324778be8715737b4f.zip |
- Clarify error message
PR: ports/158812
Submitted by: Warren Block <wblock@wonkity.com>
Reviewed by: lwhsu
With Hat: python
-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 |