From fe4367493e59b38d32e15b4ee03667ec160e05e7 Mon Sep 17 00:00:00 2001 From: Alexey Dokuchaev Date: Thu, 7 Nov 2013 01:31:09 +0000 Subject: [PATCH] - Tighten USE_PYTHON as it said to be not compatible with Python 3.x+ - Hand over to python@ team, they will probably take better care of it Discussed with: mva, wg --- x11-fonts/py-bdflib/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-fonts/py-bdflib/Makefile b/x11-fonts/py-bdflib/Makefile index a59f3d7735a1..873dcc9d8289 100644 --- a/x11-fonts/py-bdflib/Makefile +++ b/x11-fonts/py-bdflib/Makefile @@ -8,12 +8,12 @@ MASTER_SITES= CHEESESHOP/source/b/${PORTNAME} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= ${PORTNAME}-v${PORTVERSION} -MAINTAINER= danfe@FreeBSD.org +MAINTAINER= python@FreeBSD.org COMMENT= Library for working with BDF font files LICENSE= GPLv3 -USE_PYTHON= yes +USE_PYTHON= 2 USE_PYDISTUTILS= yes post-patch: