diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-02 18:27:54 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-02 18:27:54 +0000 |
commit | 337c6b1297ecf0ce92e4814030662b8352b54ab4 (patch) | |
tree | b7f585bd5e2d200a0004ced04920ab0be7a7445a /www/blur6ex | |
parent | 8757488bf5f26f41ea12d0d61cd79d3a80c7dceb (diff) | |
download | pkgsrc-337c6b1297ecf0ce92e4814030662b8352b54ab4.tar.gz |
Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*,
all PEAR packages to php?-pear-* and all Apache packages to ap13-* or
ap2-* respectively. Add new variables to simplify the Makefile
handling. Add CONFLICTS on the old names. Reset revisions of bumped
packages. ap-php will now depend on the default Apache and PHP version.
All programs using it have an implicit option of the Apache version
as well.
OK from jlam@ and adrianp@.
Diffstat (limited to 'www/blur6ex')
-rw-r--r-- | www/blur6ex/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/www/blur6ex/Makefile b/www/blur6ex/Makefile index 350c58a7a7c..d079479b6cf 100644 --- a/www/blur6ex/Makefile +++ b/www/blur6ex/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2006/03/04 21:30:57 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2006/06/02 18:28:00 joerg Exp $ # DISTNAME= blur6ex-0.1.198 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= www MASTER_SITES= http://www.blursoft.com/releases/ @@ -10,8 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.blursoft.com/ COMMENT= Weblog and content framework -DEPENDS+= ap{,2}-php>=4.0.0:../../www/ap-php -DEPENDS+= php-mysql-[0-9]*:../../databases/php-mysql +DEPENDS+= ${APACHE_PKG_PREFIX}-${PHP_PKG_PREFIX}>=4.0.0:../../www/ap-php +DEPENDS+= ${PHP_PKG_PREFIX}-mysql-[0-9]*:../../databases/php-mysql DEPENDS+= mysql-server>=4.1:../../databases/mysql5-server NO_CONFIGURE= yes @@ -51,4 +51,6 @@ do-install: '-s|./engine/core/db.php$$||' . \ ${PREFIX}/${HTTPD_ROOT}/blog +.include "../../mk/apachever.mk" +.include "../../lang/php/phpversion.mk" .include "../../mk/bsd.pkg.mk" |