diff options
| -rw-r--r-- | devel/dispy/Makefile | 5 | ||||
| -rw-r--r-- | devel/pycos/Makefile | 3 |
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/dispy/Makefile b/devel/dispy/Makefile index 7bba634cd7f9..660add8d56b1 100644 --- a/devel/dispy/Makefile +++ b/devel/dispy/Makefile @@ -4,8 +4,7 @@ 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 @@ -14,6 +13,8 @@ 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 diff --git a/devel/pycos/Makefile b/devel/pycos/Makefile index a1c615187f69..4b862fc1e6f7 100644 --- a/devel/pycos/Makefile +++ b/devel/pycos/Makefile @@ -4,8 +4,7 @@ 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 |
