diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-11-23 20:58:42 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-11-23 20:58:42 +0000 |
commit | fa3dee2dfe39d43230cdb859ba72631411f8559f (patch) | |
tree | 809caf92cb913405611b174108173f076a62bbe4 /www | |
parent | c68c8e1b86b3d89cce231e71585acfb4f72c51a0 (diff) | |
download | ports-fa3dee2dfe39d43230cdb859ba72631411f8559f.tar.gz ports-fa3dee2dfe39d43230cdb859ba72631411f8559f.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/drupal/Makefile | 2 | ||||
-rw-r--r-- | www/drupal4/Makefile | 2 | ||||
-rw-r--r-- | www/drupal5/Makefile | 2 | ||||
-rw-r--r-- | www/drupal6/Makefile | 2 | ||||
-rw-r--r-- | www/drupal7/Makefile | 2 |
5 files changed, 10 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) diff --git a/www/drupal4/Makefile b/www/drupal4/Makefile index 5dfc5bffe507..f700af99a304 100644 --- a/www/drupal4/Makefile +++ b/www/drupal4/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) 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) diff --git a/www/drupal6/Makefile b/www/drupal6/Makefile index 5dfc5bffe507..f700af99a304 100644 --- a/www/drupal6/Makefile +++ b/www/drupal6/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) diff --git a/www/drupal7/Makefile b/www/drupal7/Makefile index 5dfc5bffe507..f700af99a304 100644 --- a/www/drupal7/Makefile +++ b/www/drupal7/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) |