diff options
author | Kubilay Kocak <koobs@FreeBSD.org> | 2014-03-22 07:35:35 +0000 |
---|---|---|
committer | Kubilay Kocak <koobs@FreeBSD.org> | 2014-03-22 07:35:35 +0000 |
commit | 61f8dc857b8d32b792d367d7183d9e8d1a4eb0ec (patch) | |
tree | beb4a4c87f4f6028ad003ca234b500ea166a4569 /devel/ipython | |
parent | 2bb729328a16a9dde57574aeadb37982a441190b (diff) |
Chase py-pyzmq category move for py-salt, ipython and py-kombu
Update py-pyzmq dependency entries for:
- sysutils/py-salt
- devel/ipython
- net/py-kombu
Notes
Notes:
svn path=/head/; revision=348762
Diffstat (limited to 'devel/ipython')
-rw-r--r-- | devel/ipython/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/ipython/Makefile b/devel/ipython/Makefile index b7430c03ee0b..7d1dec83c2b2 100644 --- a/devel/ipython/Makefile +++ b/devel/ipython/Makefile @@ -3,6 +3,7 @@ PORTNAME= ipython PORTVERSION= 1.2.1 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -37,7 +38,7 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}tornado>=2.0:${PORTSDIR}/www/py-tornado \ .endif .if ${PORT_OPTIONS:MZMQ} || ${PORT_OPTIONS:MHTML_NOTEBOOK} -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pyzmq>=2.1.4:${PORTSDIR}/devel/py-pyzmq +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pyzmq>=2.1.4:${PORTSDIR}/net/py-pyzmq .endif post-install: |