[Bug 194151] deskutils/griffith missing py-lxml dependency
    bugzilla-noreply at freebsd.org 
    bugzilla-noreply at freebsd.org
       
    Mon Oct 27 16:01:17 UTC 2014
    
    
  
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194151
John Marino <marino at FreeBSD.org> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |marino at FreeBSD.org
--- Comment #1 from John Marino <marino at FreeBSD.org> ---
No, it's not.  Check the makefile:
OPTIONS_DEFINE=    CHARDET LXML PYGNOMEEXTRAS REPORTLAB2    
CHARDET_DESC=        chardet support
CHARDET_RUN_DEPENDS=   
${PYTHON_PKGNAMEPREFIX}chardet>=0:${PORTSDIR}/textproc/py-chardet
LXML_DESC=        lxml support
LXML_RUN_DEPENDS=    ${PYTHON_PKGNAMEPREFIX}lxml>=0:${PORTSDIR}/devel/py-lxml
That means LXML is an optional dependency (option off by default).
Maybe it shouldn't be an option if it's required always, don't know, but the
port lists the dependency.
-- 
You are receiving this mail because:
You are the assignee for the bug.
    
    
More information about the freebsd-ports-bugs
mailing list