diff options
author | lawrance <lawrance@FreeBSD.org> | 2006-02-11 10:35:04 +0800 |
---|---|---|
committer | lawrance <lawrance@FreeBSD.org> | 2006-02-11 10:35:04 +0800 |
commit | b3e770551def1de5409c2e9a51b65df2cd6fd914 (patch) | |
tree | 001110c6b5751b8682c3dced44b56b79ff4732e1 /www/joomla | |
parent | 7f9de479e9585244c2b64168cd9fbb001acb0aa9 (diff) | |
download | freebsd-ports-gnome-b3e770551def1de5409c2e9a51b65df2cd6fd914.tar.gz freebsd-ports-gnome-b3e770551def1de5409c2e9a51b65df2cd6fd914.tar.zst freebsd-ports-gnome-b3e770551def1de5409c2e9a51b65df2cd6fd914.zip |
Add missing PHP- session, gd, and pdf dependencies.
PR: ports/92884
Submitted by: Francisco Alves Cabrita <include@npf.pt.freebsd.org> (maintainer)
Diffstat (limited to 'www/joomla')
-rw-r--r-- | www/joomla/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/joomla/Makefile b/www/joomla/Makefile index c2ca0e43ea8b..faa45e11b8f7 100644 --- a/www/joomla/Makefile +++ b/www/joomla/Makefile @@ -15,7 +15,7 @@ COMMENT= A dynamic web content management system (CMS) NO_BUILD= yes USE_MYSQL= yes -USE_PHP= mysql pcre xml zlib +USE_PHP= mysql pcre xml zlib session gd pdf WANT_PHP_WEB= yes PKGMESSAGE= ${WRKDIR}/pkg-message SUB_FILES= pkg-message |