diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-12-11 06:00:08 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-12-11 06:00:08 +0800 |
commit | 08114faa34b602ad2bd4596f7c543431edf27827 (patch) | |
tree | e49d563e2fde4f5cbfbfc954e88b1423968a6e56 /net-p2p/py-tremc | |
parent | efbc80c1ddff8f2bf4b31b92fbad081dd7e12b51 (diff) | |
download | freebsd-ports-gnome-08114faa34b602ad2bd4596f7c543431edf27827.tar.gz freebsd-ports-gnome-08114faa34b602ad2bd4596f7c543431edf27827.tar.zst freebsd-ports-gnome-08114faa34b602ad2bd4596f7c543431edf27827.zip |
Add missing version requirement
Approved by: portmgr (blanket)
Diffstat (limited to 'net-p2p/py-tremc')
-rw-r--r-- | net-p2p/py-tremc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/py-tremc/Makefile b/net-p2p/py-tremc/Makefile index 642fe880ebcc..529dad90a789 100644 --- a/net-p2p/py-tremc/Makefile +++ b/net-p2p/py-tremc/Makefile @@ -24,8 +24,8 @@ ADNS_DESC= Resolve IPs to host names IPY_DESC= Extract ipv4 from ipv6 addresses PYPERCLIP_DESC= Copy magnet links to the system clipboard -ADNS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}adns>=:dns/py-adns@${PY_FLAVOR} -IPY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ipy>=:net-mgmt/py-ipy@${PY_FLAVOR} +ADNS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}adns>=0:dns/py-adns@${PY_FLAVOR} +IPY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ipy>=0:net-mgmt/py-ipy@${PY_FLAVOR} PYPERCLIP_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyperclip>=0:devel/py-pyperclip@${PY_FLAVOR} .include <bsd.port.mk> |