diff options
author | antoine <antoine@FreeBSD.org> | 2014-03-08 23:51:47 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-03-08 23:51:47 +0800 |
commit | 3a5ab9bae25928a8780de6055acf55350a33babd (patch) | |
tree | 5db4859b5bf32848fb5344bc0a2eb9323266a768 | |
parent | 8c1ea6fcbdda94951a8549b113f283192c94f786 (diff) | |
download | freebsd-ports-gnome-3a5ab9bae25928a8780de6055acf55350a33babd.tar.gz freebsd-ports-gnome-3a5ab9bae25928a8780de6055acf55350a33babd.tar.zst freebsd-ports-gnome-3a5ab9bae25928a8780de6055acf55350a33babd.zip |
Do not depend both on py-setuptools and py-setuptoolsXX
-rw-r--r-- | science/py-pydap/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/science/py-pydap/Makefile b/science/py-pydap/Makefile index df69ba5c64eb..73bf53fb87c1 100644 --- a/science/py-pydap/Makefile +++ b/science/py-pydap/Makefile @@ -13,8 +13,7 @@ COMMENT= Implementation of the Opendap/DODS protocol LICENSE= MIT -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:${PORTSDIR}/devel/py-setuptools \ - paver:${PORTSDIR}/devel/py-paver \ +BUILD_DEPENDS= paver:${PORTSDIR}/devel/py-paver \ ${PYNUMPY} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httplib2>0:${PORTSDIR}/www/py-httplib2 \ ${PYTHON_PKGNAMEPREFIX}Genshi>0:${PORTSDIR}/textproc/py-genshi \ |