diff options
author | wiz <wiz@pkgsrc.org> | 2022-01-29 09:02:00 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-01-29 09:02:00 +0000 |
commit | 32706539c37990c426570eca1931c1abf3642166 (patch) | |
tree | 04a91403fe44b01af7d7c05b1ba800b9eeffff88 /security | |
parent | c95e22ed318057765972e5b46dad617623f6ac1c (diff) | |
download | pkgsrc-32706539c37990c426570eca1931c1abf3642166.tar.gz |
libssh: cmocka is a test framework and thus only needed at build time
Bump PKGREVISION.
Diffstat (limited to 'security')
-rw-r--r-- | security/libssh/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/security/libssh/Makefile b/security/libssh/Makefile index effcb79700e..22608236321 100644 --- a/security/libssh/Makefile +++ b/security/libssh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2021/10/21 07:46:32 wiz Exp $ +# $NetBSD: Makefile,v 1.42 2022/01/29 09:02:00 wiz Exp $ # # history: upstream renamed 0.11 to 0.1.1; # we have to use the old-style convention so that version compares work. @@ -6,7 +6,7 @@ VER= 0.9.6 DISTNAME= libssh-${VER} PKGNAME= libssh-0.96 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= security MASTER_SITES= https://www.libssh.org/files/${VER:R}/ EXTRACT_SUFX= .tar.xz @@ -35,6 +35,8 @@ BUILDLINK_TRANSFORM+= rm:-Werror=strict-overflow post-extract: ${MKDIR} ${WRKSRC}/build +# for testing only +BUILDLINK_DEPMETHOD.cmocka= build .include "../../devel/argp/buildlink3.mk" .include "../../devel/cmocka/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" |