diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-08-29 02:03:59 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-08-29 02:03:59 +0800 |
commit | b4b765ee352e27570daf7984e4731a97dbcae135 (patch) | |
tree | d2001d6d565ef20a0728b89fcd4bfa93a387e1ca /textproc/py-xmltools | |
parent | 7dab7d1c2565d284545aad16c8ea1cb17ae544ff (diff) | |
download | freebsd-ports-gnome-b4b765ee352e27570daf7984e4731a97dbcae135.tar.gz freebsd-ports-gnome-b4b765ee352e27570daf7984e4731a97dbcae135.tar.zst freebsd-ports-gnome-b4b765ee352e27570daf7984e4731a97dbcae135.zip |
Directory layouts of py-gtk and py-gnome packages have been changed, so that
update *_DEPENDS properly.
Diffstat (limited to 'textproc/py-xmltools')
-rw-r--r-- | textproc/py-xmltools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/py-xmltools/Makefile b/textproc/py-xmltools/Makefile index 5543b7c04b44..eb557086ec8a 100644 --- a/textproc/py-xmltools/Makefile +++ b/textproc/py-xmltools/Makefile @@ -26,7 +26,7 @@ XMLDIR= _xmlplus .endif RUN_DEPENDS= ${PYXML} \ - ${PYTHON_SITELIBDIR}/GDK.py:${PORTSDIR}/x11-toolkits/py-gtk \ + ${PYTHON_SITELIBDIR}/gtk-1.2/GDK.py:${PORTSDIR}/x11-toolkits/py-gtk \ ${PYTHON_SITELIBDIR}/${XMLDIR}/xpath/__init__.py:${PORTSDIR}/textproc/py-4suite .include <bsd.port.post.mk> |