diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-11-01 05:44:59 +0800 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-11-01 05:44:59 +0800 |
commit | 45923373c2f7a4be0808b08bbb1cd235e9d62bd0 (patch) | |
tree | e7f7de4ec7f63dbf2a6a57f752cd24e5279a37b9 /deskutils | |
parent | 14562b9ad3e16b951d45ed929d0046a9095e4b45 (diff) | |
download | freebsd-ports-gnome-45923373c2f7a4be0808b08bbb1cd235e9d62bd0.tar.gz freebsd-ports-gnome-45923373c2f7a4be0808b08bbb1cd235e9d62bd0.tar.zst freebsd-ports-gnome-45923373c2f7a4be0808b08bbb1cd235e9d62bd0.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')
-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 |