diff options
author | Nicola Vitale <nivit@FreeBSD.org> | 2010-08-15 08:17:16 +0000 |
---|---|---|
committer | Nicola Vitale <nivit@FreeBSD.org> | 2010-08-15 08:17:16 +0000 |
commit | c43e3c99108b67a054e674d12b46d9f9ef9485c6 (patch) | |
tree | 48702c9e76a8a7e07e27eb9d6528b6d0ca8a161d /devel/py-kid | |
parent | ef418398ebd8e2054f172c875deee66ebb40ccf4 (diff) | |
download | ports-c43e3c99108b67a054e674d12b46d9f9ef9485c6.tar.gz ports-c43e3c99108b67a054e674d12b46d9f9ef9485c6.zip |
Notes
Diffstat (limited to 'devel/py-kid')
-rw-r--r-- | devel/py-kid/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/py-kid/Makefile b/devel/py-kid/Makefile index 4311187058dc..38432ab83127 100644 --- a/devel/py-kid/Makefile +++ b/devel/py-kid/Makefile @@ -37,9 +37,9 @@ post-install: .include <bsd.port.pre.mk> -.if $(PYTHON_REL) < 250 -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/elementtree/__init__.py:${PORTSDIR}/devel/py-elementtree -RUN_DEPENDS= ${BUILD_DEPENDS} +.if ${PYTHON_REL} < 250 +BUILD_DEPENDS+= ${PYTHON_SITELIBDIR}/elementtree/__init__.py:${PORTSDIR}/devel/py-elementtree +RUN_DEPENDS+= ${BUILD_DEPENDS} .endif .include <bsd.port.post.mk> |