Add php-mysql depend
This commit is contained in:
parent
05afc7b29b
commit
0c35355cb6
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2008/09/09 20:04:03 shindenmorr Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2008/09/14 08:52:06 shindenmorr Exp $
|
||||
|
||||
DISTNAME= latest
|
||||
PKGNAME= wordpress-${VERSION}
|
||||
|
@ -17,6 +17,8 @@ WRKSRC= ${WRKDIR}/wordpress
|
|||
INSTALLATION_DIRS= ${PREFIX}/share/wordpress/ ${PREFIX}/share/doc/wordpress/ ${PREFIX}/share/examples/wordpress/
|
||||
NO_BUILD= yes
|
||||
|
||||
DEPENDS+= ${PHP_PKG_PREFIX}-mysql>=4.3.3:../../databases/php-mysql
|
||||
|
||||
WORDPRESS_DIR= share/wordpress/
|
||||
|
||||
do-install:
|
||||
|
|
Loading…
Reference in a new issue