View | Details | Raw Unified | Return to bug 107263
Collapse All | Expand All

(-)/home/lwhsu/ports/archivers/py-bzip2/Makefile (-1 / +8 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	bzip2
8
PORTNAME=	bzip2
9
PORTVERSION=	1.1
9
PORTVERSION=	1.1
10
PORTREVISION=	1
10
CATEGORIES=	archivers python
11
CATEGORIES=	archivers python
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITE_SUBDIR=	python-bz2
13
MASTER_SITE_SUBDIR=	python-bz2
Lines 21-24 Link Here
21
USE_PYTHON=	yes
22
USE_PYTHON=	yes
22
USE_PYDISTUTILS=	yes
23
USE_PYDISTUTILS=	yes
23
24
24
.include <bsd.port.mk>
25
.include <bsd.port.pre.mk>
26
27
.if ${PYTHON_REL} >= 230
28
IGNORE=	This module is distributed with Python itself since version 2.3
29
.endif
30
31
.include <bsd.port.post.mk>

Return to bug 107263