8572e2517c
While going through the tree, fix some more packages which had similiar issues with too strict conflicts, bump the revisions of those.
17 lines
495 B
Makefile
17 lines
495 B
Makefile
# $NetBSD: Makefile,v 1.6 2006/06/04 16:26:55 joerg Exp $
|
|
|
|
MODNAME= dom
|
|
CATEGORIES+= textproc
|
|
COMMENT= PHP5 extension for DOM support
|
|
|
|
CONFLICTS= php-dom-[0-9]*
|
|
|
|
CONFIGURE_ARGS+= --enable-${MODNAME}
|
|
CONFIGURE_ARGS+= --with-libxml-dir=${BUILDLINK_PREFIX.libxml2}
|
|
|
|
PHP_VERSIONS_ACCEPTED= 5
|
|
.include "../../lang/php/ext.mk"
|
|
#.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
#.include "../../textproc/libxslt/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|