diff options
author | Brooks Davis <brooks@FreeBSD.org> | 2007-07-06 15:44:09 +0000 |
---|---|---|
committer | Brooks Davis <brooks@FreeBSD.org> | 2007-07-06 15:44:09 +0000 |
commit | 276751f06cfe15cbd0f7b31d27710cc4558385f3 (patch) | |
tree | e1d84614ec5715794c27811ac34af2f01bc7ded6 /security | |
parent | d4a5e945c5e6da0a1e77b6a792d3ff8b26c93d9a (diff) | |
download | ports-276751f06cfe15cbd0f7b31d27710cc4558385f3.tar.gz ports-276751f06cfe15cbd0f7b31d27710cc4558385f3.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/pssh/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/pssh/Makefile b/security/pssh/Makefile index bf69c340b53b..d7c2fb597d2b 100644 --- a/security/pssh/Makefile +++ b/security/pssh/Makefile @@ -19,6 +19,8 @@ BUILD_DEPENDS= easy_install:${PORTSDIR}/devel/py-setuptools RUN_DEPENDS= easy_install:${PORTSDIR}/devel/py-setuptools \ rsync:${PORTSDIR}/net/rsync +IGNORE= most connections fail with bogus error + USE_PYTHON= YES USE_PYDISTUTILS=yes |