diff options
author | alepulver <alepulver@FreeBSD.org> | 2009-02-06 04:59:22 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2009-02-06 04:59:22 +0800 |
commit | 355978eb6a3ffaf6840961b23d31d5e4984147d8 (patch) | |
tree | ae88b13d03a465eab4681996e8e097d2b91b01d4 /net-p2p | |
parent | 8705911febd4cf88ad8ed305fe2ea2b48048142a (diff) | |
download | freebsd-ports-gnome-355978eb6a3ffaf6840961b23d31d5e4984147d8.tar.gz freebsd-ports-gnome-355978eb6a3ffaf6840961b23d31d5e4984147d8.tar.zst freebsd-ports-gnome-355978eb6a3ffaf6840961b23d31d5e4984147d8.zip |
- Fix the build error caused by update of py-m2crypto.
PR: ports/131190
Submitted by: Wen Heping <wenheping@gmail.com>
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/tribler/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/tribler/Makefile b/net-p2p/tribler/Makefile index a9b12ab4c3da..a780e53a8ba4 100644 --- a/net-p2p/tribler/Makefile +++ b/net-p2p/tribler/Makefile @@ -7,7 +7,7 @@ PORTNAME= tribler PORTVERSION= 4.0.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-p2p MASTER_SITES= SF DISTNAME= Tribler_${PORTVERSION}_src @@ -15,7 +15,7 @@ DISTNAME= Tribler_${PORTVERSION}_src MAINTAINER= alepulver@FreeBSD.org COMMENT= Streaming capable P2P network client based on BitTorrent -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/M2Crypto/__init__.py:${PORTSDIR}/security/py-m2crypto \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}m2crypto>=0.19.1:${PORTSDIR}/security/py-m2crypto \ ${PYTHON_SITELIBDIR}/_bsddb.so:${PORTSDIR}/databases/py-bsddb USE_ZIP= yes |