pkgsrc-WIP-changes archive

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

corrected misspelled dependency.



Module Name:	pkgsrc-wip
Committed By:	Kinoshita Daisuke <kinoshita%astro.ncu.edu.tw@localhost>
Pushed By:	daisuke
Date:		Thu Dec 17 22:26:05 2020 +0800
Changeset:	6ed834800e9fd29874ffd2c14e0c8ab04ec3b4f8

Modified Files:
	py-astropy4/Makefile

Log Message:
corrected misspelled dependency.

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

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

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

diffs:
diff --git a/py-astropy4/Makefile b/py-astropy4/Makefile
index 71d7813db4..ffe150b402 100644
--- a/py-astropy4/Makefile
+++ b/py-astropy4/Makefile
@@ -15,7 +15,7 @@ LICENSE=	modified-bsd
 PYTHON_VERSIONS_INCOMPATIBLE+=	27
 PYTHON_VERSIONS_INCOMPATIBLE+=	36
 
-BUILD_DEPENDS+=	git-base>=[0-9]*:../../devel/git-base
+BUILD_DEPENDS+=	git-base-[0-9]*:../../devel/git-base
 DEPENDS+=	libxml2>=2.9.10:../../textproc/libxml2
 DEPENDS+=	${PYPKGPREFIX}-numpy>=1.17.0:../../math/py-numpy
 DEPENDS+=	${PYPKGPREFIX}-scipy>=1.1:../../wip/py-scipy


Home | Main Index | Thread Index | Old Index