diff options
author | edwin <edwin@FreeBSD.org> | 2006-11-01 05:44:59 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-11-01 05:44:59 +0800 |
commit | f416dcd796cb4f14dfb234e2a21ab2095969c80e (patch) | |
tree | 6d1a58a2eaf848e0e181e3ef358adddd502c9002 /deskutils/phpicalendar | |
parent | 87265dd33ac82686054986b39873dfd4c75fc710 (diff) | |
download | freebsd-ports-gnome-f416dcd796cb4f14dfb234e2a21ab2095969c80e.tar.gz freebsd-ports-gnome-f416dcd796cb4f14dfb234e2a21ab2095969c80e.tar.zst freebsd-ports-gnome-f416dcd796cb4f14dfb234e2a21ab2095969c80e.zip |
deskutils/phpicalendar has undeclared dependency on www/php5-session port
phpicalendar shows a blank page unless the php5-session
port is installed, because without it, the session_* functions
are not compiled in.
PR: ports/104721
Submitted by: Curtis Jewell<swordsman@csjewell.fastmail.us>
Approved by: edwin@
Diffstat (limited to 'deskutils/phpicalendar')
-rw-r--r-- | deskutils/phpicalendar/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/phpicalendar/Makefile b/deskutils/phpicalendar/Makefile index cc5fd65be5fc..add295978edf 100644 --- a/deskutils/phpicalendar/Makefile +++ b/deskutils/phpicalendar/Makefile @@ -19,7 +19,7 @@ NO_BUILD= yes PHPICALENDAR= www/phpicalendar WWWDIR= ${PREFIX}/${PHPICALENDAR} PLIST_SUB+= PHPICALENDAR=${PHPICALENDAR} -USE_PHP= yes +USE_PHP= session SUB_FILES= pkg-message SUB_LIST= WWWDIR=${WWWDIR} PKGMESSAGE= ${WRKDIR}/pkg-message |