pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/roundcube mail/roundcube: fix typo



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e22a27e55b41
branches:  trunk
changeset: 307010:e22a27e55b41
user:      taca <taca%pkgsrc.org@localhost>
date:      Mon Apr 30 06:44:11 2018 +0000
description:
mail/roundcube: fix typo

Fix typo in DEPENDS.

diffstat:

 mail/roundcube/plugins.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r b69bea6d2525 -r e22a27e55b41 mail/roundcube/plugins.mk
--- a/mail/roundcube/plugins.mk Mon Apr 30 06:43:37 2018 +0000
+++ b/mail/roundcube/plugins.mk Mon Apr 30 06:44:11 2018 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: plugins.mk,v 1.1 2016/09/13 15:56:01 taca Exp $
+# $NetBSD: plugins.mk,v 1.2 2018/04/30 06:44:11 taca Exp $
 #
 
 # plugin's PKGNAME
 PKGNAME=       ${PHP_PKG_PREFIX}-roundcube-plugin-${PLUGIN}-${RC_VERS}
 
-DEPENDS+=      ${PHP_PKG_PREFIX}-roundcube>=${VERS}:../../mail/roundcube
+DEPENDS+=      ${PHP_PKG_PREFIX}-roundcube>=${RC_VERS}:../../mail/roundcube
 
 #
 # a few parameters



Home | Main Index | Thread Index | Old Index