aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2011-07-22 21:47:31 +0800
committersunpoet <sunpoet@FreeBSD.org>2011-07-22 21:47:31 +0800
commit5e4ccce96b923e8cf188e5324778be8715737b4f (patch)
treeb3d28a0f65b83ca31d40d827d40b67b66f72a07d
parent52ea1361134ae8b8187bb700a99c7660272600cb (diff)
downloadfreebsd-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/Makefile2
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