diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2003-11-04 18:08:47 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2003-11-04 18:08:47 +0000 |
commit | 974e862f68fd2de22060dfd7293c1902883b4f35 (patch) | |
tree | d2e377f54eec46f3278e1c4d3fb0f95af046fba0 /devel/py-ciphon | |
parent | 360fced4289a3622e735f0df66a71a97ca13c1ad (diff) |
Utilize ${PYEXPAT} which is introduced in bsd.python.mk 1.40.
Notes
Notes:
svn path=/head/; revision=93097
Diffstat (limited to 'devel/py-ciphon')
-rw-r--r-- | devel/py-ciphon/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-ciphon/Makefile b/devel/py-ciphon/Makefile index c9bc7b82e0a9..dd2bd9cedf12 100644 --- a/devel/py-ciphon/Makefile +++ b/devel/py-ciphon/Makefile @@ -16,7 +16,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org COMMENT= A module for python that adds cpan-like functionality -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pyexpat.so:${PORTSDIR}/textproc/py-expat +RUN_DEPENDS= ${PYEXPAT} USE_PYTHON= yes USE_PYDISTUTILS= yes |