diff options
author | flz <flz@FreeBSD.org> | 2005-12-11 18:29:41 +0000 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2005-12-11 18:29:41 +0000 |
commit | 36ae912c2bc41aecb47406fd404f023b64088734 (patch) | |
tree | 0d784b28906d15b0302ddaecc449e2678b3c42b1 /www/autoindex2 | |
parent | d3f4306870b1bd6761b2e0e88087b1ed2223ab27 (diff) | |
download | FreeBSD-ports-36ae912c2bc41aecb47406fd404f023b64088734.zip FreeBSD-ports-36ae912c2bc41aecb47406fd404f023b64088734.tar.gz |
- Autoindex2 requires php-session.
Submitted by: maintainer
Diffstat (limited to 'www/autoindex2')
-rw-r--r-- | www/autoindex2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/autoindex2/Makefile b/www/autoindex2/Makefile index 3ded95f..b8c4200 100644 --- a/www/autoindex2/Makefile +++ b/www/autoindex2/Makefile @@ -16,7 +16,7 @@ COMMENT= PHP 5.x script that makes a table that lists the files in a directory WRKSRC= ${WRKDIR}/${PORTNAME} -USE_PHP= yes +USE_PHP= session DEFAULT_PHP_VER= 5 BROKEN_WITH_PHP= 4 CONFLICTS= AutoIndex-1* |