MFH: r515131

- Enable concurrent installation for different FLAVORs

PR:		241395
Approved by:	sbz (maintainer)
Sponsored by:	The FreeBSD Foundation

Approved by:	ports-secteam (miwi)
This commit is contained in:
Li-Wen Hsu 2019-10-22 13:25:36 +00:00
parent 32730a6d6e
commit 7f4a45acb1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2019Q4/; revision=515195

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