8572e2517c
While going through the tree, fix some more packages which had similiar issues with too strict conflicts, bump the revisions of those.
13 lines
354 B
Makefile
13 lines
354 B
Makefile
# $NetBSD: Makefile,v 1.5 2006/06/04 16:26:55 joerg Exp $
|
|
|
|
MODNAME= pspell
|
|
CATEGORIES+= textproc
|
|
COMMENT= PHP extension for pspell support
|
|
|
|
CONFLICTS= php-pspell-[0-9]*
|
|
|
|
CONFIGURE_ARGS+= --with-${MODNAME}=shared,${BUILDLINK_PREFIX.aspell}
|
|
|
|
.include "../../lang/php/ext.mk"
|
|
.include "../../textproc/aspell/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|