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

(-)Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	fs
4
PORTNAME=	fs
5
PORTVERSION=	0.5.4
5
PORTVERSION=	0.5.4
6
PORTREVISION=	1
6
CATEGORIES=	devel python
7
CATEGORIES=	devel python
7
MASTER_SITES=	CHEESESHOP
8
MASTER_SITES=	CHEESESHOP
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 14-19 Link Here
14
15
15
NO_ARCH=	yes
16
NO_ARCH=	yes
16
USES=		python
17
USES=		python
17
USE_PYTHON=	autoplist distutils
18
USE_PYTHON=	autoplist concurrent distutils
18
19
19
.include <bsd.port.mk>
20
.include <bsd.port.mk>

Return to bug 240211