diff options
author | flz <flz@FreeBSD.org> | 2005-12-12 02:29:41 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2005-12-12 02:29:41 +0800 |
commit | 36ae912c2bc41aecb47406fd404f023b64088734 (patch) | |
tree | 0d784b28906d15b0302ddaecc449e2678b3c42b1 | |
parent | d3f4306870b1bd6761b2e0e88087b1ed2223ab27 (diff) | |
download | freebsd-ports-gnome-36ae912c2bc41aecb47406fd404f023b64088734.tar.gz freebsd-ports-gnome-36ae912c2bc41aecb47406fd404f023b64088734.tar.zst freebsd-ports-gnome-36ae912c2bc41aecb47406fd404f023b64088734.zip |
- Autoindex2 requires php-session.
Submitted by: maintainer
-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* |