mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
Fix option: rename LOCKFILE to FILECACHE
This commit is contained in:
parent
07cec18c0e
commit
7b31e9e842
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=547091
@ -21,12 +21,12 @@ USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
OPTIONS_DEFINE= LOCKFILE REDIS
|
||||
OPTIONS_DEFAULT=LOCKFILE
|
||||
LOCKFILE_DESC= Lockfile support
|
||||
OPTIONS_DEFINE= FILECACHE REDIS
|
||||
OPTIONS_DEFAULT=FILECACHE
|
||||
FILECACHE_DESC= FileCache support
|
||||
REDIS_DESC= Redis support
|
||||
|
||||
LOCKFILE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lockfile>=0.9:devel/py-lockfile@${PY_FLAVOR}
|
||||
FILECACHE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lockfile>=0.9:devel/py-lockfile@${PY_FLAVOR}
|
||||
REDIS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}redis>=2.10.5:databases/py-redis@${PY_FLAVOR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user