1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00

- Enable concurrent installation for different FLAVORs

PR:		241395
Approved by:	sbz (maintainer)
MFH:		2019Q4
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Li-Wen Hsu 2019-10-21 21:24:13 +00:00
parent 8b9c9da716
commit b77abc50b4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=515131

View File

@ -2,6 +2,7 @@
PORTNAME= dpkt
PORTVERSION= 1.9.2
PORTREVISION= 1
CATEGORIES= net python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -13,7 +14,7 @@ LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python
USE_PYTHON= distutils autoplist pythonprefix
USE_PYTHON= autoplist concurrent distutils pythonprefix
OPTIONS_DEFINE= DOCS