summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-01-29 09:04:14 +0000
committerwiz <wiz@pkgsrc.org>2022-01-29 09:04:14 +0000
commit80335c94cee0abbe3e7b65053f7fa3629886fbde (patch)
tree642d39d4fe56bfc358efe8aef37058ed10e96286
parent32706539c37990c426570eca1931c1abf3642166 (diff)
downloadpkgsrc-80335c94cee0abbe3e7b65053f7fa3629886fbde.tar.gz
libssh: argp is only used for examples, which are not installed
Bump PKGREVISION
-rw-r--r--security/libssh/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/security/libssh/Makefile b/security/libssh/Makefile
index 22608236321..049f2b8c105 100644
--- a/security/libssh/Makefile
+++ b/security/libssh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2022/01/29 09:02:00 wiz Exp $
+# $NetBSD: Makefile,v 1.43 2022/01/29 09:04:14 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= 2
+PKGREVISION= 3
CATEGORIES= security
MASTER_SITES= https://www.libssh.org/files/${VER:R}/
EXTRACT_SUFX= .tar.xz
@@ -37,6 +37,8 @@ post-extract:
# for testing only
BUILDLINK_DEPMETHOD.cmocka= build
+# for examples only
+BUILDLINK_DEPMETHOD.argp= build
.include "../../devel/argp/buildlink3.mk"
.include "../../devel/cmocka/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"