diff options
author | linimon <linimon@FreeBSD.org> | 2006-07-05 10:30:58 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2006-07-05 10:30:58 +0800 |
commit | 9031e59bec09aacab77ef2c5df159f0c608f702b (patch) | |
tree | 827ae89d7f66b16d725b511da7a1530bbaebc5cd /net-p2p/torrentflux | |
parent | f779b58fa5f67d3ebfc7ef2c7d05f7b54d9e91ef (diff) | |
download | freebsd-ports-gnome-9031e59bec09aacab77ef2c5df159f0c608f702b.tar.gz freebsd-ports-gnome-9031e59bec09aacab77ef2c5df159f0c608f702b.tar.zst freebsd-ports-gnome-9031e59bec09aacab77ef2c5df159f0c608f702b.zip |
Change all bogus uses of BROKEN to IGNORE. See CHANGES 20060705.
PR: ports/92445
Hat: portmgr
Diffstat (limited to 'net-p2p/torrentflux')
-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-* |