Fix some more references to old prefixes I missed in the first run.

This commit is contained in:
joerg 2006-06-02 23:26:30 +00:00
parent d5d04d0385
commit baf569fe63

View file

@ -1,4 +1,4 @@
# $NetBSD: options.mk,v 1.5 2006/05/31 18:22:26 ghen Exp $
# $NetBSD: options.mk,v 1.6 2006/06/02 23:26:30 joerg Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.horde
PKG_SUPPORTED_OPTIONS= ldap pgsql mysql
@ -11,7 +11,7 @@ PKG_SUGGESTED_OPTIONS= mysql
###
.if !empty(PKG_OPTIONS:Mldap)
. include "../../databases/openldap-client/buildlink3.mk"
DEPENDS+= php-ldap>=4.3.3:../../databases/php-ldap
DEPENDS+= ${PHP_PKG_PREFIX}-ldap>=4.3.3:../../databases/php-ldap
.endif
###
@ -19,7 +19,7 @@ DEPENDS+= php-ldap>=4.3.3:../../databases/php-ldap
###
.if !empty(PKG_OPTIONS:Mpgsql)
. include "../../mk/pgsql.buildlink3.mk"
DEPENDS+= php-pgsql>=4.3.3:../../databases/php-pgsql
DEPENDS+= ${PHP_PKG_PREFIX}-pgsql>=4.3.3:../../databases/php-pgsql
.endif
###
@ -27,5 +27,5 @@ DEPENDS+= php-pgsql>=4.3.3:../../databases/php-pgsql
###
.if !empty(PKG_OPTIONS:Mmysql)
. include "../../mk/mysql.buildlink3.mk"
DEPENDS+= php-mysql>=4.3.3:../../databases/php-mysql
DEPENDS+= ${PHP_PKG_PREFIX}-mysql>=4.3.3:../../databases/php-mysql
.endif