diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-02-20 02:08:42 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-02-20 02:08:42 +0000 |
commit | fe17764b33b3e30293cb8a810cfac81dbb37fa14 (patch) | |
tree | 446b2471cf89bfb75a2cb7cd6981ffcfb13853e5 | |
parent | a25a5ae598f8c2bb7c79d5b3d5f171e3264accb6 (diff) | |
download | ports-fe17764b33b3e30293cb8a810cfac81dbb37fa14.tar.gz ports-fe17764b33b3e30293cb8a810cfac81dbb37fa14.zip |
Notes
-rw-r--r-- | devel/py-celementtree/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/py-celementtree/Makefile b/devel/py-celementtree/Makefile index 64f59f2d875e..1bb808d94b5b 100644 --- a/devel/py-celementtree/Makefile +++ b/devel/py-celementtree/Makefile @@ -7,6 +7,7 @@ PORTNAME= cElementTree PORTVERSION= 1.0.5 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= http://effbot.org/downloads/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,6 +16,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-20051216 MAINTAINER= nivit@email.it COMMENT= A fast C implementation of the ElementTree API +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/elementtree/__init__.py:${PORTSDIR}/devel/py-elementtree + USE_PYTHON= yes USE_PYDISTUTILS= yes |