diff options
author | marcus <marcus@FreeBSD.org> | 2004-07-07 13:33:55 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-07-07 13:33:55 +0800 |
commit | 93c787d681ce0baa2332e446c53c3daf84bd0041 (patch) | |
tree | e3ee85c566a51a834895d72e5b491c0080d7e662 | |
parent | aeac891585d693432cecce1c70856a47114e34df (diff) | |
download | freebsd-ports-gnome-93c787d681ce0baa2332e446c53c3daf84bd0041.tar.gz freebsd-ports-gnome-93c787d681ce0baa2332e446c53c3daf84bd0041.tar.zst freebsd-ports-gnome-93c787d681ce0baa2332e446c53c3daf84bd0041.zip |
Chase the libxml2 split.
Reported by: pointyhat via kris
-rw-r--r-- | textproc/py-pyx12/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/py-pyx12/Makefile b/textproc/py-pyx12/Makefile index a226d1c61a99..e8d3a98e9f84 100644 --- a/textproc/py-pyx12/Makefile +++ b/textproc/py-pyx12/Makefile @@ -16,7 +16,7 @@ DISTNAME= pyx12-${PORTVERSION:S/.b/b/} MAINTAINER= john@zoner.org COMMENT= Validate HIPAA X12 documents -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/libxml2 +BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/py-libxml2 USE_PYTHON= yes USE_PYDISTUTILS= yes |