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
454 B
Makefile
15 lines
454 B
Makefile
# $NetBSD: Makefile,v 1.4 2006/06/04 16:26:53 joerg Exp $
|
|
|
|
DISTNAME= Image_Canvas-0.2.4
|
|
CATEGORIES= graphics
|
|
|
|
MAINTAINER= adrianp@NetBSD.org
|
|
HOMEPAGE= http://pear.php.net/package/Image_Color/
|
|
COMMENT= Common interface to image drawing, making image source code
|
|
|
|
CONFLICTS= php-pear-Image_Canvas-[0-9]*
|
|
|
|
DEPENDS+= ${PHP_PKG_PREFIX}-pear-Image_Color>=1.0.0:../../graphics/pear-Image_Color
|
|
|
|
.include "../../lang/php/pear.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|