aboutsummaryrefslogtreecommitdiffstats
path: root/misc/py-yolk
diff options
context:
space:
mode:
authornivit <nivit@FreeBSD.org>2011-03-13 21:48:33 +0800
committernivit <nivit@FreeBSD.org>2011-03-13 21:48:33 +0800
commit23d9542adef5f67da11d3b4967a388687861006b (patch)
treeac2c8a8f879a8acc2a8a6251db0e8ae8b3010f2e /misc/py-yolk
parent88a50b105716cad8ef43e8856f3aa561064abdae (diff)
downloadfreebsd-ports-gnome-23d9542adef5f67da11d3b4967a388687861006b.tar.gz
freebsd-ports-gnome-23d9542adef5f67da11d3b4967a388687861006b.tar.zst
freebsd-ports-gnome-23d9542adef5f67da11d3b4967a388687861006b.zip
- Mark IGNORE with Python 2.7.1 and 3.2.0, due to
a bug in the xmlrpclib module (see http://goo.gl/SZpDN )
Diffstat (limited to 'misc/py-yolk')
-rw-r--r--misc/py-yolk/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/misc/py-yolk/Makefile b/misc/py-yolk/Makefile
index b7ef49919488..8d3720b49971 100644
--- a/misc/py-yolk/Makefile
+++ b/misc/py-yolk/Makefile
@@ -28,6 +28,10 @@ MAN1= ${PORTNAME}.1
.include <bsd.port.pre.mk>
+.if ${PYTHON_REL} == 271 || ${PYTHON_REL} == 320
+IGNORE= does not work with ${PYTHON_VERSION} (see http://goo.gl/SZpDN)
+.endif
+
post-install:
.if !defined (NO_INSTALL_MANPAGES)
@${INSTALL_DATA} ${WRKSRC}/docs/${PORTNAME}.1 ${MANPREFIX}/man/man1/${PORTNAME}.1