summaryrefslogtreecommitdiff
path: root/databases/phpmyadmin
diff options
context:
space:
mode:
authortron <tron>2005-02-24 17:50:43 +0000
committertron <tron>2005-02-24 17:50:43 +0000
commit185803470f0ac254ca36667bdb9b7b516a23cc79 (patch)
treeec06bded48be418c4543c0b3890f8a3369d770d8 /databases/phpmyadmin
parentd8ca476cd52da4d195d588e78bf39d5d40f8a15f (diff)
downloadpkgsrc-185803470f0ac254ca36667bdb9b7b516a23cc79.tar.gz
Add dependence on "php-mbstring" package because phpMyAdmin complains
about the lack of multibyte support otherwise.
Diffstat (limited to 'databases/phpmyadmin')
-rw-r--r--databases/phpmyadmin/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/phpmyadmin/Makefile b/databases/phpmyadmin/Makefile
index 73f03af1175..879e632170f 100644
--- a/databases/phpmyadmin/Makefile
+++ b/databases/phpmyadmin/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2005/02/24 17:26:03 adrianp Exp $
+# $NetBSD: Makefile,v 1.27 2005/02/24 17:50:43 tron Exp $
DISTNAME= phpMyAdmin-${DIST_VERSION}
PKGNAME= phpmyadmin-${DIST_VERSION:S/-//}
@@ -10,6 +10,7 @@ MAINTAINER= tron@NetBSD.org
HOMEPAGE= http://www.phpmyadmin.net/
COMMENT= Set of PHP-scripts to adminstrate MySQL over the WWW
+DEPENDS+= php-mbstring{,i}>=4.3.3:../../misc/php-mbstring
DEPENDS+= php-mysql{,i}>=4.3.3:../../databases/php-mysql
PLIST_SUBST+= CP="${CP}" DIST_VERSION=${DIST_VERSION} \