aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorkwm <kwm@FreeBSD.org>2017-09-21 03:48:38 +0800
committerkwm <kwm@FreeBSD.org>2017-09-21 03:48:38 +0800
commit57f26d4413c571bbfe1acd7795a44a256dd18113 (patch)
tree228b13726a400c1cc5dc5906690acf5db830e7da /security
parenteeeecd480c95baced9dd6532b78913ae3cef289c (diff)
downloadfreebsd-ports-gnome-57f26d4413c571bbfe1acd7795a44a256dd18113.tar.gz
freebsd-ports-gnome-57f26d4413c571bbfe1acd7795a44a256dd18113.tar.zst
freebsd-ports-gnome-57f26d4413c571bbfe1acd7795a44a256dd18113.zip
Allow configure to accept gnupg 2.2.x
Reported by: pkg-fallout via antoine@
Diffstat (limited to 'security')
-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>