diff options
author | alepulver <alepulver@FreeBSD.org> | 2009-02-06 04:50:14 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2009-02-06 04:50:14 +0800 |
commit | 8705911febd4cf88ad8ed305fe2ea2b48048142a (patch) | |
tree | 2de0544baf76e8f6c10b390c18b7b85d454a60f5 /net-p2p | |
parent | bf8f765899f964343312d677e8ce4adaa77d2918 (diff) | |
download | freebsd-ports-gnome-8705911febd4cf88ad8ed305fe2ea2b48048142a.tar.gz freebsd-ports-gnome-8705911febd4cf88ad8ed305fe2ea2b48048142a.tar.zst freebsd-ports-gnome-8705911febd4cf88ad8ed305fe2ea2b48048142a.zip |
- Fix the build error caused by the update of security/py-m2crypto.
PR: ports/131337
Submitted by: Wen Heping <wenheping@gmail.com>
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/torrent_swapper/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/torrent_swapper/Makefile b/net-p2p/torrent_swapper/Makefile index 15249020b1b8..fb2a121481cb 100644 --- a/net-p2p/torrent_swapper/Makefile +++ b/net-p2p/torrent_swapper/Makefile @@ -7,7 +7,7 @@ PORTNAME= torrent_swapper PORTVERSION= 1.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-p2p MASTER_SITES= SF MASTER_SITE_SUBDIR= bit-torrent @@ -16,7 +16,7 @@ DISTNAME= swapper MAINTAINER= alepulver@FreeBSD.org COMMENT= Sociable 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_PYTHON= 2.4+ |