diff options
author | flz <flz@FreeBSD.org> | 2005-12-12 01:39:41 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2005-12-12 01:39:41 +0800 |
commit | 511a202ded321bdcda5cc3f9e2de217d3fa51717 (patch) | |
tree | b1c6955f627687ce44c7fb4e956be788f474a51f /www | |
parent | ea8f020058f4b876f5bd1518eed27dd8f18bd21d (diff) | |
download | freebsd-ports-gnome-511a202ded321bdcda5cc3f9e2de217d3fa51717.tar.gz freebsd-ports-gnome-511a202ded321bdcda5cc3f9e2de217d3fa51717.tar.zst freebsd-ports-gnome-511a202ded321bdcda5cc3f9e2de217d3fa51717.zip |
- AutoIndex requires php-session.
Submitted by: maintainer
Diffstat (limited to 'www')
-rw-r--r-- | www/autoindex/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/autoindex/Makefile b/www/autoindex/Makefile index d7acfd9c0929..be4269317ea2 100644 --- a/www/autoindex/Makefile +++ b/www/autoindex/Makefile @@ -7,6 +7,7 @@ PORTNAME= AutoIndex PORTVERSION= 1.5.4 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= autoindex @@ -17,7 +18,7 @@ COMMENT= PHP 4.x script that makes a table that lists the files in a directory WRKSRC= ${WRKDIR}/${PORTNAME} BROKEN_WITH_PHP= 5 -USE_PHP= yes +USE_PHP= session CONFLICTS= AutoIndex-2* NO_BUILD= yes |