diff options
author | miwi <miwi@FreeBSD.org> | 2011-02-25 16:46:07 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-02-25 16:46:07 +0800 |
commit | 12a5c6331db72e419b27668d982b3a3577a815c7 (patch) | |
tree | d38c38e56de7d2004878808cc55ebd8242533b77 /devel | |
parent | eb24b1f8e3487429dac9e961face55e1fa87e68b (diff) | |
download | freebsd-ports-gnome-12a5c6331db72e419b27668d982b3a3577a815c7.tar.gz freebsd-ports-gnome-12a5c6331db72e419b27668d982b3a3577a815c7.tar.zst freebsd-ports-gnome-12a5c6331db72e419b27668d982b3a3577a815c7.zip |
- Get rid (RUN|BUILD) PYCTYPES since py25 is default in python
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 |