diff options
author | yuri <yuri@FreeBSD.org> | 2018-06-19 15:36:00 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2018-06-19 15:36:00 +0800 |
commit | 6052f3292d1b20448df9ea70bc0ca0cc61b538be (patch) | |
tree | a404fe743d4e626ee56982127c5775735c84b7d0 /misc | |
parent | 217e0263f551f0b4abac04127df4f941702653b5 (diff) | |
download | freebsd-ports-gnome-6052f3292d1b20448df9ea70bc0ca0cc61b538be.tar.gz freebsd-ports-gnome-6052f3292d1b20448df9ea70bc0ca0cc61b538be.tar.zst freebsd-ports-gnome-6052f3292d1b20448df9ea70bc0ca0cc61b538be.zip |
misc/py-SimpleSoapy: Add missing dependency
It is missing from the requirements list in the project.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/py-SimpleSoapy/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/py-SimpleSoapy/Makefile b/misc/py-SimpleSoapy/Makefile index 0e32ec328f7b..d45005dcea06 100644 --- a/misc/py-SimpleSoapy/Makefile +++ b/misc/py-SimpleSoapy/Makefile @@ -2,6 +2,7 @@ PORTNAME= SimpleSoapy DISTVERSION= 1.5.1 +PORTREVISION= 1 CATEGORIES= misc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +13,8 @@ COMMENT= Simple pythonic wrapper for SoapySDR library LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYNUMPY} +RUN_DEPENDS= ${PYNUMPY} \ + ${PYTHON_PKGNAMEPREFIX}SoapySDR>0:misc/py-SoapySDR@${PY_FLAVOR} USES= python:3.4+ USE_PYTHON= distutils autoplist |