aboutsummaryrefslogtreecommitdiffstats
path: root/www/drupal
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2005-11-24 04:58:42 +0800
committeredwin <edwin@FreeBSD.org>2005-11-24 04:58:42 +0800
commita0639b06a924be6dfc9179be63e57155376624d4 (patch)
tree862d32d34365a997b3f21c622dabb6a7c2323e85 /www/drupal
parent49a290d077a1dbeadef532a1c742611f3c762e21 (diff)
downloadfreebsd-ports-gnome-a0639b06a924be6dfc9179be63e57155376624d4.tar.gz
freebsd-ports-gnome-a0639b06a924be6dfc9179be63e57155376624d4.tar.zst
freebsd-ports-gnome-a0639b06a924be6dfc9179be63e57155376624d4.zip
drupal missing dependency
When ports/www/drupal is installed, it is missing a dependency for php4-session which causes the pages to fail to load. PR: ports/86715 Submitted by: Vivek Khera <vivek@khera.org>
Diffstat (limited to 'www/drupal')
-rw-r--r--www/drupal/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/www/drupal/Makefile b/www/drupal/Makefile
index 5dfc5bffe507..f700af99a304 100644
--- a/www/drupal/Makefile
+++ b/www/drupal/Makefile
@@ -15,6 +15,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}
MAINTAINER= esn@x123.info
COMMENT= CMS that supports pgsql and mysql
+USE_PHP= session
+
.include <bsd.port.pre.mk>
.if exists(${LOCALBASE}/lib/libpq.so)