diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2006-01-23 15:13:08 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2006-01-23 15:13:08 +0000 |
commit | 84f70a4c1af0676f0968324d7e7c4cca4fd8b321 (patch) | |
tree | d05ef9af63f23197c790f42135213f7a071594d7 /www | |
parent | e0d46069a62825fa94c7f6bca70088aa6c4a8017 (diff) | |
download | pkgsrc-84f70a4c1af0676f0968324d7e7c4cca4fd8b321.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')
-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 |