summaryrefslogtreecommitdiff
path: root/www/drupal5
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2005-11-23 20:58:42 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2005-11-23 20:58:42 +0000
commitfa3dee2dfe39d43230cdb859ba72631411f8559f (patch)
tree809caf92cb913405611b174108173f076a62bbe4 /www/drupal5
parentThe sourceforge mastersite behaves very strangely today, including serving (diff)
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>
Notes
Notes: svn path=/head/; revision=149207
Diffstat (limited to 'www/drupal5')
-rw-r--r--www/drupal5/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/www/drupal5/Makefile b/www/drupal5/Makefile
index 5dfc5bffe507..f700af99a304 100644
--- a/www/drupal5/Makefile
+++ b/www/drupal5/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)