5fe074f21e
While going through the tree, fix some more packages which had similiar issues with too strict conflicts, bump the revisions of those.
13 lines
304 B
Makefile
13 lines
304 B
Makefile
# $NetBSD: Makefile,v 1.5 2006/06/04 16:26:53 joerg Exp $
|
|
|
|
MODNAME= pcntl
|
|
PKGREVISION= 1
|
|
CATEGORIES+= devel
|
|
COMMENT= PHP extension for Process Control functions
|
|
|
|
CONFLICTS= php-pcntl-[0-9]*
|
|
|
|
CONFIGURE_ARGS+= --enable-${MODNAME}=shared
|
|
|
|
.include "../../lang/php/ext.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|