pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/xxdiff-scripts xxdiff-scripts: Fix DEPENDS ma...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/34782d59ed83
branches:  trunk
changeset: 377356:34782d59ed83
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Thu Mar 15 07:14:50 2018 +0000

description:
xxdiff-scripts: Fix DEPENDS match.

diffstat:

 textproc/xxdiff-scripts/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 619409a82eec -r 34782d59ed83 textproc/xxdiff-scripts/Makefile
--- a/textproc/xxdiff-scripts/Makefile  Thu Mar 15 06:08:21 2018 +0000
+++ b/textproc/xxdiff-scripts/Makefile  Thu Mar 15 07:14:50 2018 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.2 2018/03/11 21:23:28 ginsbach Exp $
+# $NetBSD: Makefile,v 1.3 2018/03/15 07:14:50 jperkin Exp $
 
 .include "../../textproc/xxdiff/Makefile.common"
 
 PKGNAME=       xxdiff-scripts-${XXDIFFVERSION}
 COMMENT=       Helper scripts for xxdiff
 
-DEPENDS+=      xxdiff-${XXDIFFVERSION}:../../textproc/xxdiff
+DEPENDS+=      xxdiff-${XXDIFFVERSION}{,nb*}:../../textproc/xxdiff
 
 USE_TOOLS=     # empty
 



Home | Main Index | Thread Index | Old Index