diff options
author | tnn <tnn@pkgsrc.org> | 2016-03-17 02:47:14 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2016-03-17 02:47:14 +0000 |
commit | 55c8fcd154ca65d8c3aa7c06ddfdf3afc11d9d2b (patch) | |
tree | f05af62201ede51edd32b38e0440934327c5fa4f | |
parent | 0885f07688d62e7c141792187c5d9ed9b38c7dbe (diff) | |
download | pkgsrc-55c8fcd154ca65d8c3aa7c06ddfdf3afc11d9d2b.tar.gz |
catch up with mail/roundcube rename
-rw-r--r-- | meta-pkgs/bulk-large/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-pkgs/bulk-large/Makefile b/meta-pkgs/bulk-large/Makefile index a53610d3856..34c2d1d0304 100644 --- a/meta-pkgs/bulk-large/Makefile +++ b/meta-pkgs/bulk-large/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.26 2015/12/05 21:25:49 adam Exp $ +# $NetBSD: Makefile,v 1.27 2016/03/17 02:47:14 tnn Exp $ -DISTNAME= bulk-large-20150218 -PKGREVISION= 1 +DISTNAME= bulk-large-20160317 CATEGORIES= meta-pkgs MASTER_SITES= # empty DISTFILES= # empty @@ -85,7 +84,7 @@ BUILD_DEPENDS+= gimp-[0-9]*:../../graphics/gimp BUILD_DEPENDS+= graphviz-[0-9]*:../../graphics/graphviz BUILD_DEPENDS+= claws-mail-[0-9]*:../../mail/claws-mail BUILD_DEPENDS+= evolution-[0-9]*:../../mail/evolution -BUILD_DEPENDS+= roundcube-[0-9]*:../../mail/roundcube +BUILD_DEPENDS+= ${PHP_PKG_PREFIX}-roundcube-[0-9]*:../../mail/roundcube BUILD_DEPENDS+= squirrelmail-[0-9]*:../../mail/squirrelmail BUILD_DEPENDS+= thunderbird-[0-9]*:../../mail/thunderbird BUILD_DEPENDS+= thunderbird-l10n-[0-9]*:../../mail/thunderbird-l10n @@ -169,6 +168,7 @@ BUILD_DEPENDS+= bulk-medium-[0-9]*:../../meta-pkgs/bulk-medium BUILD_DEPENDS+= bulk-small-[0-9]*:../../meta-pkgs/bulk-small PYTHON_FOR_BUILD_ONLY= yes +.include "../../lang/php/phpversion.mk" # for PHP_PKG_PREFIX .include "../../lang/python/pyversion.mk" # for PYPKGPREFIX .include "../../lang/ruby/rubyversion.mk" # for RUBY_PKGPREFIX .include "../../mk/bsd.pkg.mk" |