diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2005-12-11 18:29:41 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2005-12-11 18:29:41 +0000 |
commit | c558d4c3f2f3bb363d5895fb08e91454b6165e3a (patch) | |
tree | 6b166b1dfe4d43d6d0360d3688bf63b73153867d /www | |
parent | 11e3a1f879ec7df33bb34a281487b56cad115b3e (diff) | |
download | ports-c558d4c3f2f3bb363d5895fb08e91454b6165e3a.tar.gz ports-c558d4c3f2f3bb363d5895fb08e91454b6165e3a.zip |
- Autoindex2 requires php-session.
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=150903
Diffstat (limited to 'www')
-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 3ded95f99d2b..b8c4200bcf5a 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* |