diff options
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 |