pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/py-reportlab Modify DEPENDS so that any version ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8037688b1f5b
branches:  trunk
changeset: 359742:8037688b1f5b
user:      darcy <darcy%pkgsrc.org@localhost>
date:      Fri Mar 17 03:53:32 2017 +0000

description:
Modify DEPENDS so that any version can be built/checked.  As discussed on
the mailing list with joerg@.

diffstat:

 print/py-reportlab/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 1b9041ba346f -r 8037688b1f5b print/py-reportlab/Makefile
--- a/print/py-reportlab/Makefile       Fri Mar 17 03:06:55 2017 +0000
+++ b/print/py-reportlab/Makefile       Fri Mar 17 03:53:32 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.55 2016/09/11 15:53:51 richard Exp $
+# $NetBSD: Makefile,v 1.56 2017/03/17 03:53:32 darcy Exp $
 
 DISTNAME=      reportlab-3.3.0
 DISTFILES=     ${DEFAULT_DISTFILES} pfbfer.zip
@@ -13,7 +13,7 @@
 LICENSE=       modified-bsd
 
 DEPENDS+=      ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
-DEPENDS+=      {${PYPKGPREFIX}-Pillow-[0-9]*,${PYPKGPREFIX}-imaging-[0-9]*}:../../graphics/py-Pillow
+DEPENDS+=      ${PYPKGPREFIX}-{Pillow-[0-9]*,imaging-[0-9]*}:../../graphics/py-Pillow
 
 EXTRACT_DIR.pfbfer.zip=        ${WRKSRC}/src/reportlab/fonts
 EXTRACT_OPTS_ZIP+=     -L



Home | Main Index | Thread Index | Old Index