diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2006-07-05 02:30:58 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2006-07-05 02:30:58 +0000 |
commit | fb0914231a111380c160eb4d9cf99067ca0bb8bc (patch) | |
tree | f7d25ec58327acc0cce2fe6a457b13efb70c2e49 /net-p2p | |
parent | 906c2a352ce03e35cd59eaa2aa95754721b7cbf4 (diff) | |
download | ports-fb0914231a111380c160eb4d9cf99067ca0bb8bc.tar.gz ports-fb0914231a111380c160eb4d9cf99067ca0bb8bc.zip |
Change all bogus uses of BROKEN to IGNORE. See CHANGES 20060705.
PR: ports/92445
Hat: portmgr
Notes
Notes:
svn path=/head/; revision=166956
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/torrentflux/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/torrentflux/Makefile b/net-p2p/torrentflux/Makefile index d97471254858..d64ad3be029d 100644 --- a/net-p2p/torrentflux/Makefile +++ b/net-p2p/torrentflux/Makefile @@ -23,7 +23,7 @@ NO_PACKAGE= dependencies need manual installation, see ${FILESDIR}/install.txt. USE_PHP= pcre session sqlite WANT_PHP_WEB= yes DEFAULT_PHP_VER?= 5 -BROKEN_WITH_PHP= 4 +IGNORE_WITH_PHP= 4 USE_PYTHON_RUN= yes EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-* |