aboutsummaryrefslogtreecommitdiff
path: root/security/libcryptui
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2017-09-20 19:48:38 +0000
committerKoop Mast <kwm@FreeBSD.org>2017-09-20 19:48:38 +0000
commit22aad8d26a8dbbcf66e9df70a5e231c97800a3b2 (patch)
tree228b13726a400c1cc5dc5906690acf5db830e7da /security/libcryptui
parentb87852e27691fc2a7c2226808d636ad7d9f0a30d (diff)
downloadports-22aad8d26a8dbbcf66e9df70a5e231c97800a3b2.tar.gz
ports-22aad8d26a8dbbcf66e9df70a5e231c97800a3b2.zip
Allow configure to accept gnupg 2.2.x
Reported by: pkg-fallout via antoine@
Notes
Notes: svn path=/head/; revision=450230
Diffstat (limited to 'security/libcryptui')
-rw-r--r--security/libcryptui/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/libcryptui/Makefile b/security/libcryptui/Makefile
index 939ec5896d98..85a5fb1e3bbc 100644
--- a/security/libcryptui/Makefile
+++ b/security/libcryptui/Makefile
@@ -41,7 +41,7 @@ CONFIGURE_ARGS+=--disable-libnotify
.endif
post-patch:
- @${REINPLACE_CMD} -e 's|"1.2 1.4 2.0"|"1.2 1.4 2.0 2.1"|g' \
+ @${REINPLACE_CMD} -e 's|"1.2 1.4 2.0"|"1.2 1.4 2.0 2.1 2.2"|g' \
${WRKSRC}/configure
.include <bsd.port.mk>