diff options
author | xtraeme <xtraeme> | 2006-01-23 15:13:08 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2006-01-23 15:13:08 +0000 |
commit | 82a5a0b2d281dda1e93cb8459d4ce40340e2b9cb (patch) | |
tree | d05ef9af63f23197c790f42135213f7a071594d7 /www/blur6ex | |
parent | b00cdbab2a4fdaced9a385b6615983ac745df3c0 (diff) | |
download | pkgsrc-82a5a0b2d281dda1e93cb8459d4ce40340e2b9cb.tar.gz |
Depend on mysql5-server by default, so that it match default dependency
specified in the mysql.buildlink3.mk file.
Bump PKGREVISION.
Diffstat (limited to 'www/blur6ex')
-rw-r--r-- | www/blur6ex/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/blur6ex/Makefile b/www/blur6ex/Makefile index 2483ff92aee..d0ae6542e5f 100644 --- a/www/blur6ex/Makefile +++ b/www/blur6ex/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2005/12/29 06:22:22 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2006/01/23 15:13:08 xtraeme Exp $ # DISTNAME= blur6ex-0.1.198 +PKGREVISION= 1 CATEGORIES= www MASTER_SITES= http://www.blursoft.com/releases/ @@ -11,7 +12,7 @@ COMMENT= Weblog and content framework DEPENDS+= ap{,2}-php>=4.0.0:../../www/ap-php DEPENDS+= php-mysql-[0-9]*:../../databases/php-mysql -DEPENDS+= mysql{,4}-server>=4.0:../../databases/mysql4-server +DEPENDS+= mysql-server>=4.1:../../databases/mysql5-server NO_CONFIGURE= yes NO_BUILD= yes |