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/6129c1b9e697
branches: trunk
changeset: 379446:6129c1b9e697
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 4a2289488eb4 -r 6129c1b9e697 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