diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-02-20 01:58:42 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-02-20 01:58:42 +0000 |
commit | a25a5ae598f8c2bb7c79d5b3d5f171e3264accb6 (patch) | |
tree | 964f4c6c67fc1a4d361fb208f4e0abddd89c1637 /devel/bazaar-ng/Makefile | |
parent | 620fd463bb12ec2c7eff612c43fa0baacd9d6e86 (diff) | |
download | ports-a25a5ae598f8c2bb7c79d5b3d5f171e3264accb6.tar.gz ports-a25a5ae598f8c2bb7c79d5b3d5f171e3264accb6.zip |
Notes
Diffstat (limited to 'devel/bazaar-ng/Makefile')
-rw-r--r-- | devel/bazaar-ng/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/bazaar-ng/Makefile b/devel/bazaar-ng/Makefile index 4bd85abdbffd..cb36c5d559fd 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 |