diff options
-rw-r--r-- | devel/bazaar-ng/Makefile | 4 | ||||
-rw-r--r-- | devel/bzr/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/bazaar-ng/Makefile b/devel/bazaar-ng/Makefile index 4bd85ab..cb36c5d 100644 --- a/devel/bazaar-ng/Makefile +++ b/devel/bazaar-ng/Makefile @@ -12,10 +12,10 @@ MASTER_SITES= http://www.bazaar-ng.org/pkg/ MASTER_SITE_SUBDIR= gnu-arch DISTNAME= bzr-${PORTVERSION} -MAINTAINER= lulf@kerneled.org +MAINTAINER= lulf@stud.ntnu.no COMMENT= A Python implementation of the GNU arch RCS protocol by Canonical -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/elementtree/ElementTree.py:${PORTSDIR}/devel/py-elementtree +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/cElementTree.so:${PORTSDIR}/devel/py-celementtree USE_PYTHON= 2.4+ USE_PYDISTUTILS= yes diff --git a/devel/bzr/Makefile b/devel/bzr/Makefile index 4bd85ab..cb36c5d 100644 --- a/devel/bzr/Makefile +++ b/devel/bzr/Makefile @@ -12,10 +12,10 @@ MASTER_SITES= http://www.bazaar-ng.org/pkg/ MASTER_SITE_SUBDIR= gnu-arch DISTNAME= bzr-${PORTVERSION} -MAINTAINER= lulf@kerneled.org +MAINTAINER= lulf@stud.ntnu.no COMMENT= A Python implementation of the GNU arch RCS protocol by Canonical -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/elementtree/ElementTree.py:${PORTSDIR}/devel/py-elementtree +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/cElementTree.so:${PORTSDIR}/devel/py-celementtree USE_PYTHON= 2.4+ USE_PYDISTUTILS= yes |