diff options
Diffstat (limited to 'devel/py-lxml/Makefile')
-rw-r--r-- | devel/py-lxml/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-lxml/Makefile b/devel/py-lxml/Makefile index 76bb22e18ec0..055c82be3cb0 100644 --- a/devel/py-lxml/Makefile +++ b/devel/py-lxml/Makefile @@ -12,8 +12,8 @@ COMMENT= Pythonic binding for the libxml2 and libxslt libraries LICENSE= BSD3CLAUSE -LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2 \ - libxslt.so:${PORTSDIR}/textproc/libxslt +LIB_DEPENDS= libxml2.so:textproc/libxml2 \ + libxslt.so:textproc/libxslt USES= python uniquefiles:dirs USE_PYTHON= autoplist concurrent distutils |