diff options
author | wiz <wiz@pkgsrc.org> | 2017-11-20 23:04:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-11-20 23:04:05 +0000 |
commit | c39d765e7d0cff590734fefefa5497de4f1b1227 (patch) | |
tree | c80d7a97800a4fe59aadc25567d929e7c555c803 /devel/libgit2 | |
parent | 55585a949b9b4a291facd2528f6a9f937544af43 (diff) | |
download | pkgsrc-c39d765e7d0cff590734fefefa5497de4f1b1227.tar.gz |
libgit2: remove python from bl3.mk
cmake says it's only needed for tests
Diffstat (limited to 'devel/libgit2')
-rw-r--r-- | devel/libgit2/Makefile | 3 | ||||
-rw-r--r-- | devel/libgit2/buildlink3.mk | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/devel/libgit2/Makefile b/devel/libgit2/Makefile index 5ce9ffafaaa..151f545f076 100644 --- a/devel/libgit2/Makefile +++ b/devel/libgit2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2017/08/24 20:03:11 adam Exp $ +# $NetBSD: Makefile,v 1.21 2017/11/20 23:04:05 wiz Exp $ DISTNAME= libgit2-0.26.0 PKGREVISION= 1 @@ -23,6 +23,7 @@ do-test: .include "../../devel/zlib/buildlink3.mk" .include "../../security/libssh2/buildlink3.mk" .include "../../security/openssl/buildlink3.mk" +# for tests .include "../../lang/python/pyversion.mk" .include "../../www/curl/buildlink3.mk" .include "../../www/http-parser/buildlink3.mk" diff --git a/devel/libgit2/buildlink3.mk b/devel/libgit2/buildlink3.mk index a898805755e..d4f293a93f3 100644 --- a/devel/libgit2/buildlink3.mk +++ b/devel/libgit2/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.4 2017/07/31 14:18:20 taca Exp $ +# $NetBSD: buildlink3.mk,v 1.5 2017/11/20 23:04:05 wiz Exp $ BUILDLINK_TREE+= libgit2 @@ -9,7 +9,6 @@ BUILDLINK_API_DEPENDS.libgit2+= libgit2>=0.26.0 BUILDLINK_PKGSRCDIR.libgit2?= ../../devel/libgit2 .include "../../devel/zlib/buildlink3.mk" -.include "../../lang/python/pyversion.mk" .endif # LIBGIT2_BUILDLINK3_MK BUILDLINK_TREE+= -libgit2 |