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 /net/ntop | |
| parent | Add Python flavors. (diff) | |
Add PY_FLAVOR to Python module dependencies.
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=470610
Diffstat (limited to 'net/ntop')
| -rw-r--r-- | net/ntop/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ntop/Makefile b/net/ntop/Makefile index 973bcf2a1a53..06e9b3e18054 100644 --- a/net/ntop/Makefile +++ b/net/ntop/Makefile @@ -65,7 +65,7 @@ XMLDUMP_CPPFLAGS= -I${LOCALBASE}/include/libxml2 \ # see http://www.cyberciti.biz/faq/freebsd-jumbo-frames-networking-configration/ JUMBO_FRAMES_CONFIGURE_ON= --enable-jumbo-frames -MAKO_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mako>0:textproc/py-mako +MAKO_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mako>0:textproc/py-mako@${PY_FLAVOR} pre-configure: @(cd ${WRKSRC} && ./autogen.sh --noconfig) |
