diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2018-05-22 13:15:13 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2018-05-22 13:15:13 +0000 |
commit | 8dcaabcd6e5bd17c58c938ffb4b9f2fd7847f70f (patch) | |
tree | c832b87b776a5db072088687b910601d961726da /devel/ice | |
parent | 28466ca6896a9f7861111b79fdc8dee8b166ba06 (diff) |
Notes
Diffstat (limited to 'devel/ice')
-rw-r--r-- | devel/ice/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/ice/Makefile b/devel/ice/Makefile index c27d699ecb78..190241ff0e91 100644 --- a/devel/ice/Makefile +++ b/devel/ice/Makefile @@ -33,7 +33,7 @@ USES+= iconv gmake .if ${PORT_OPTIONS:MTEST} && ${SLAVE_PORT} == "no" USES+= python:build -BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}passlib>0:security/py-passlib +BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}passlib>0:security/py-passlib@${PY_FLAVOR} .endif USES+= bdb:5 |