diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-02-25 08:46:07 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-02-25 08:46:07 +0000 |
commit | 3fc2da5cbcc001ef733b116e912daeef49052f2d (patch) | |
tree | 6054794e3cb351fc9f68526537306791affe6817 /devel | |
parent | 14905080a5d18aa0c1d6a25f04752a06c317cacc (diff) |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ipython/Makefile | 3 | ||||
-rw-r--r-- | devel/ipython/distinfo | 1 | ||||
-rw-r--r-- | devel/py-distorm/Makefile | 2 |
3 files changed, 1 insertions, 5 deletions
diff --git a/devel/ipython/Makefile b/devel/ipython/Makefile index d365e6efb63f..f330668b83ad 100644 --- a/devel/ipython/Makefile +++ b/devel/ipython/Makefile @@ -14,8 +14,7 @@ PKGNAMESUFFIX= ${PYTHON_PKGNAMESUFFIX} MAINTAINER= wen@FreeBSD.org COMMENT= An enhanced Interactive Python shell -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pexpect.py:${PORTSDIR}/misc/py-pexpect \ - ${PYCTYPES} +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pexpect.py:${PORTSDIR}/misc/py-pexpect USE_PYTHON= yes USE_PYDISTUTILS= yes diff --git a/devel/ipython/distinfo b/devel/ipython/distinfo index b8807b36e83b..e4ac9c13b1ce 100644 --- a/devel/ipython/distinfo +++ b/devel/ipython/distinfo @@ -1,3 +1,2 @@ -MD5 (ipython-0.10.1.tar.gz) = 54ae47079b0e9a0998593a99ce76ec1f SHA256 (ipython-0.10.1.tar.gz) = 227607ce3768ff84c2d7a272e50200f7ad180267bf735633e1e2d85fc4cbfca3 SIZE (ipython-0.10.1.tar.gz) = 5837840 diff --git a/devel/py-distorm/Makefile b/devel/py-distorm/Makefile index c5e72b0e4a74..67423fb077a8 100644 --- a/devel/py-distorm/Makefile +++ b/devel/py-distorm/Makefile @@ -19,8 +19,6 @@ EXTRACT_ONLY= ${PORTNAME}64-pkg${PORTVERSION}.tar.bz2 MAINTAINER= bf@FreeBSD.org COMMENT= Fast x86 and x86-64 disassembler library with Python interface -RUN_DEPENDS= ${PYCTYPES} - USE_BZIP2= yes USE_PYTHON= -2.7 LICENSE= BSD |