diff options
author | mef <mef@pkgsrc.org> | 2020-12-20 01:21:47 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2020-12-20 01:21:47 +0000 |
commit | 589a17f5286c04f662d87570dc9f4e8ee70a2866 (patch) | |
tree | 7b2ea935371ab6cd890e3e09c75da9759abb2b53 /math/erfa | |
parent | 233d7a557a59e84b50db87d33d18b1696548868d (diff) | |
download | pkgsrc-589a17f5286c04f662d87570dc9f4e8ee70a2866.tar.gz |
(math/erfa) unnecessary or harmfull python/egg.mk inclusion removed
Diffstat (limited to 'math/erfa')
-rw-r--r-- | math/erfa/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/erfa/Makefile b/math/erfa/Makefile index 183ef8b1694..e320c9ef7f9 100644 --- a/math/erfa/Makefile +++ b/math/erfa/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2020/12/17 22:18:18 mef Exp $ +# $NetBSD: Makefile,v 1.3 2020/12/20 01:21:47 mef Exp $ DISTNAME= erfa-1.7.1 CATEGORIES= math @@ -30,5 +30,4 @@ pre-configure: ./bootstrap.sh; \ aclocal; autoheader; automake -a --foreign -i; autoconf -.include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" |