5fe074f21e
While going through the tree, fix some more packages which had similiar issues with too strict conflicts, bump the revisions of those.
15 lines
403 B
Makefile
15 lines
403 B
Makefile
# $NetBSD: Makefile,v 1.10 2006/06/04 16:26:53 joerg Exp $
|
|
|
|
MODNAME= ldap
|
|
CATEGORIES+= databases
|
|
COMMENT= PHP extension for LDAP database access
|
|
|
|
CONFLICTS= php-ldap-[0-9]*
|
|
|
|
USE_PHP_EXT_PATCHES= yes
|
|
|
|
CONFIGURE_ARGS+= --with-${MODNAME}=shared,${BUILDLINK_PREFIX.openldap-client}
|
|
|
|
.include "../../lang/php/ext.mk"
|
|
.include "../../databases/openldap-client/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|