diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2005-12-11 17:39:41 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2005-12-11 17:39:41 +0000 |
commit | 2aed00f598313cf6b94dcee9b0129a961128bc89 (patch) | |
tree | 3f09e3c0b791d3dd07b28b059eaabd56660697f2 /www/autoindex | |
parent | a779c04354e0890b8c41e16d818e347d2e5e67ae (diff) | |
download | ports-2aed00f598313cf6b94dcee9b0129a961128bc89.tar.gz ports-2aed00f598313cf6b94dcee9b0129a961128bc89.zip |
Notes
Diffstat (limited to 'www/autoindex')
-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 |