diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2009-02-05 20:50:14 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2009-02-05 20:50:14 +0000 |
commit | 85fb131a2d4a17ae2c08540e8b0342436f5e9d93 (patch) | |
tree | 3170433f1ea4267480511843b02cc82093b16e50 /net-p2p | |
parent | 9b1368fe9b9d8b3cbf1661c9eb1419357c2cd691 (diff) |
Notes
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+ |