diff options
Diffstat (limited to 'meta-pkgs/php5-extensions/Makefile')
-rw-r--r-- | meta-pkgs/php5-extensions/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-pkgs/php5-extensions/Makefile b/meta-pkgs/php5-extensions/Makefile index a83720edf1e..b08909e6755 100644 --- a/meta-pkgs/php5-extensions/Makefile +++ b/meta-pkgs/php5-extensions/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.24 2011/08/20 15:03:42 taca Exp $ +# $NetBSD: Makefile,v 1.25 2011/09/28 06:34:44 joerg Exp $ DISTNAME= php-extensions-${PHP_BASE_VERS} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= meta-pkgs www MASTER_SITES= # empty DISTFILES= # empty @@ -69,7 +69,6 @@ DEPENDS+= php5-zlib>=${PHP_BASE_VERS}<5.3:../../archivers/php-zlib DEPENDS+= php5-dbase>=${PHP_BASE_VERS}<5.3:../../databases/php-dbase DEPENDS+= php5-dbx>=${PHP_BASE_VERS}<5.3:../../databases/php-dbx DEPENDS+= php5-mhash>=${PHP_BASE_VERS}<5.3:../../security/php-mhash -DEPENDS+= php5-pspell>=${PHP_BASE_VERS}<5.3:../../textproc/php-pspell META_PACKAGE= yes |