Index: head/devel/dispy/Makefile =================================================================== --- head/devel/dispy/Makefile (revision 477152) +++ head/devel/dispy/Makefile (revision 477153) @@ -1,21 +1,22 @@ # Created by: Mikhail Teterin # $FreeBSD$ PORTNAME= dispy PORTVERSION= 4.9.1 CATEGORIES= devel net -MASTER_SITES= SF -MASTER_SITE_SUBDIR=${PORTNAME} +MASTER_SITES= SF/${PORTNAME} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= mi@aldan.algebra.com COMMENT= Distributed and Parallel Computing with/for Python LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycos>=4.7.7:devel/pycos@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes .include Index: head/devel/pycos/Makefile =================================================================== --- head/devel/pycos/Makefile (revision 477152) +++ head/devel/pycos/Makefile (revision 477153) @@ -1,21 +1,20 @@ # Created by: Mikhail Teterin # $FreeBSD$ PORTNAME= pycos PORTVERSION= 4.7.7 CATEGORIES= devel net -MASTER_SITES= SF -MASTER_SITE_SUBDIR=${PORTNAME} +MASTER_SITES= SF/${PORTNAME} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= mi@aldan.algebra.com COMMENT= Concurrent, Asynchronous, Distributed, Communicating Tasks with Python LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes .include