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 /www/autoindex | |
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 'www/autoindex')
-rw-r--r-- | www/autoindex/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/autoindex/Makefile b/www/autoindex/Makefile index be4269317ea2..ad6611b9f47f 100644 --- a/www/autoindex/Makefile +++ b/www/autoindex/Makefile @@ -17,7 +17,7 @@ COMMENT= PHP 4.x script that makes a table that lists the files in a directory WRKSRC= ${WRKDIR}/${PORTNAME} -BROKEN_WITH_PHP= 5 +IGNORE_WITH_PHP= 5 USE_PHP= session CONFLICTS= AutoIndex-2* NO_BUILD= yes |