diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2017-12-02 09:22:02 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2017-12-02 09:22:02 +0000 |
commit | b9ae2ff4d282e6b6da1cb1217ff37563149b7397 (patch) | |
tree | c43aff1d37ac7fc922c01d83ddd362fb9de5a86f /security/py-rekall | |
parent | 209cc00315a800f9e76838f431786814c1fdb0b5 (diff) | |
download | ports-b9ae2ff4d282e6b6da1cb1217ff37563149b7397.tar.gz ports-b9ae2ff4d282e6b6da1cb1217ff37563149b7397.zip |
Explicitely pass ipython FLAVOR in a few ports
Notes
Notes:
svn path=/head/; revision=455337
Diffstat (limited to 'security/py-rekall')
-rw-r--r-- | security/py-rekall/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/py-rekall/Makefile b/security/py-rekall/Makefile index daecb9d0c5be..bd0f27055ece 100644 --- a/security/py-rekall/Makefile +++ b/security/py-rekall/Makefile @@ -13,7 +13,7 @@ COMMENT= Memory forensics analysis framework LICENSE= GPLv2 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}rekall-core>=1.5.0.p:security/py-rekall-core@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}ipython>=5.0.0:devel/ipython + ${PYTHON_PKGNAMEPREFIX}ipython>=5.0.0:devel/ipython@${FLAVOR} NO_ARCH= yes USES= python:2.7 zip |