aboutsummaryrefslogtreecommitdiff
path: root/databases
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
parent34832b41ba82f2325218e3456a93e73720c1a3a8 (diff)
downloadports-0d7dc814535280dc240054689b3ff3a74ae849f8.tar.gz
ports-0d7dc814535280dc240054689b3ff3a74ae849f8.zip
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')
-rw-r--r--databases/phpmyadmin/Makefile2
-rw-r--r--databases/phpmyadmin211/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/databases/phpmyadmin/Makefile b/databases/phpmyadmin/Makefile
index fe4a6c685074..28330c3a1e6d 100644
--- a/databases/phpmyadmin/Makefile
+++ b/databases/phpmyadmin/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}"
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}"