diff options
author | miwi <miwi@FreeBSD.org> | 2009-09-30 22:19:15 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-09-30 22:19:15 +0800 |
commit | d28a59725930848d7d727b1556f5b8629a88caa3 (patch) | |
tree | e14fc5b08188d066cc02be7e6a1ce5fcf3ea9bff /devel | |
parent | c87c305683b48cfc226ab8c960f2315f56c88fc6 (diff) | |
download | freebsd-ports-graphics-d28a59725930848d7d727b1556f5b8629a88caa3.tar.gz freebsd-ports-graphics-d28a59725930848d7d727b1556f5b8629a88caa3.tar.zst freebsd-ports-graphics-d28a59725930848d7d727b1556f5b8629a88caa3.zip |
- Remove ignore, builds now with new libxslt
Approved by: maintainer
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-lxml/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/devel/py-lxml/Makefile b/devel/py-lxml/Makefile index 24d20dd15d0..d149ed80297 100644 --- a/devel/py-lxml/Makefile +++ b/devel/py-lxml/Makefile @@ -17,8 +17,6 @@ COMMENT= Pythonic binding for the libxml2 and libxslt libraries LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \ xslt.2:${PORTSDIR}/textproc/libxslt -IGNORE= does not work with libxslt-1.1.25 - USE_PYTHON= 2.4+ USE_PYDISTUTILS= easy_install PYEASYINSTALL_ARCHDEP= yes |