summaryrefslogtreecommitdiff
path: root/databases/phpmyadmin211
diff options
context:
space:
mode:
authorBill Fenner <fenner@FreeBSD.org>2005-12-15 06:21:16 +0000
committerBill Fenner <fenner@FreeBSD.org>2005-12-15 06:21:16 +0000
commit0d7dc814535280dc240054689b3ff3a74ae849f8 (patch)
tree1a02ef2da80841c21fb1ded139c3c4c14f372257 /databases/phpmyadmin211
parentRemove port that depends on the expired cedet-emacs20. (diff)
Add missing dependency on PHP session module.
Submitted by: Matthew Seaman (MAINTAINER) PR: ports/90417
Notes
Notes: svn path=/head/; revision=151220
Diffstat (limited to 'databases/phpmyadmin211')
-rw-r--r--databases/phpmyadmin211/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/phpmyadmin211/Makefile b/databases/phpmyadmin211/Makefile
index fe4a6c685074..28330c3a1e6d 100644
--- a/databases/phpmyadmin211/Makefile
+++ b/databases/phpmyadmin211/Makefile
@@ -18,7 +18,7 @@ COMMENT= A set of PHP-scripts to manage MySQL over the web
USE_BZIP2= yes
NO_BUILD= yes
-USE_PHP= mysql pcre
+USE_PHP= mysql pcre session
SUB_LIST+= "MYADMDIR=${MYADMDIR}" \
"PKGNAME=${PKGNAME}"