diff options
author | nivit <nivit@FreeBSD.org> | 2011-03-13 21:48:33 +0800 |
---|---|---|
committer | nivit <nivit@FreeBSD.org> | 2011-03-13 21:48:33 +0800 |
commit | 23d9542adef5f67da11d3b4967a388687861006b (patch) | |
tree | ac2c8a8f879a8acc2a8a6251db0e8ae8b3010f2e /misc/py-yolk | |
parent | 88a50b105716cad8ef43e8856f3aa561064abdae (diff) | |
download | freebsd-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/Makefile | 4 |
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 |