pkgsrc-WIP-changes archive

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

py-bokeh, fix syntaxe dependency



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamelderouiche%yahoo.com@localhost>
Pushed By:	jihbed
Date:		Fri Dec 11 23:32:01 2020 +0100
Changeset:	7a3bed79423a14b6debc504c18e73e2c841e309b

Modified Files:
	py-bokeh/Makefile

Log Message:
py-bokeh, fix syntaxe dependency

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7a3bed79423a14b6debc504c18e73e2c841e309b

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-bokeh/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/py-bokeh/Makefile b/py-bokeh/Makefile
index f7be0e10b1..9c1d2834c7 100644
--- a/py-bokeh/Makefile
+++ b/py-bokeh/Makefile
@@ -21,6 +21,6 @@ DEPENDS+=	${PYPKGPREFIX}-dateutil>=2.4.0:../../time/py-dateutil
 DEPENDS+=	${PYPKGPREFIX}-tornado-[0-9]*:../../www/py-tornado
 
 BUILDLINK_API_DEPENDS.py-numpy+=        ${PYPKGPREFIX}-numpy>=1.11
-.include "../../math/py-nnumpy/buildlink3.mk"
+.include "../../math/py-numpy/buildlink3.mk"
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index