diff options
author | tron <tron> | 2005-02-24 17:50:43 +0000 |
---|---|---|
committer | tron <tron> | 2005-02-24 17:50:43 +0000 |
commit | 59d9f776bed600f1c1f4ef7daab03a1e67b142fc (patch) | |
tree | ec06bded48be418c4543c0b3890f8a3369d770d8 /databases/phpmyadmin/Makefile | |
parent | 350f83508e34bc69f3511ed85c9f2e54a3542902 (diff) | |
download | pkgsrc-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/Makefile | 3 |
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} \ |