summaryrefslogtreecommitdiff
path: root/databases/phpmyadmin/Makefile
diff options
context:
space:
mode:
authortron <tron>2005-02-24 17:50:43 +0000
committertron <tron>2005-02-24 17:50:43 +0000
commit59d9f776bed600f1c1f4ef7daab03a1e67b142fc (patch)
treeec06bded48be418c4543c0b3890f8a3369d770d8 /databases/phpmyadmin/Makefile
parent350f83508e34bc69f3511ed85c9f2e54a3542902 (diff)
downloadpkgsrc-59d9f776bed600f1c1f4ef7daab03a1e67b142fc.tar.gz
Add dependence on "php-mbstring" package because phpMyAdmin complains
about the lack of multibyte support otherwise.
Diffstat (limited to 'databases/phpmyadmin/Makefile')
-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} \