From b2c2f393bac1f18ec8cea88f0ed8da969601b72d Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 11 Jan 2017 14:25:42 +0000 Subject: Add test target. Allow all python versions. --- devel/libgit2/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'devel') diff --git a/devel/libgit2/Makefile b/devel/libgit2/Makefile index 2b19670fa02..73c7831b0d4 100644 --- a/devel/libgit2/Makefile +++ b/devel/libgit2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2017/01/11 00:11:24 taca Exp $ +# $NetBSD: Makefile,v 1.17 2017/01/11 14:25:42 wiz Exp $ DISTNAME= libgit2-0.25.1 CATEGORIES= devel @@ -15,7 +15,9 @@ USE_TOOLS+= pkg-config USE_CMAKE= yes PKGCONFIG_OVERRIDE+= libgit2.pc.in -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.21.1 + +do-test: + cd ${WRKSRC} && ctest .include "../../devel/zlib/buildlink3.mk" .include "../../security/libssh2/buildlink3.mk" -- cgit v1.2.3