mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
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>
This commit is contained in:
parent
c68c8e1b86
commit
fa3dee2dfe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=149207
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user