git: a06d57733894 - main - security/strongswan: Remove --with-lib-prefix

From: Fernando Apesteguía <fernape_at_FreeBSD.org>
Date: Sun, 15 Jan 2023 18:18:23 UTC
The branch main has been updated by fernape:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a06d57733894d0d68b45f5a7326aca568e4e80b0

commit a06d57733894d0d68b45f5a7326aca568e4e80b0
Author:     Jose Luis Duran <jlduran@gmail.com>
AuthorDate: 2023-01-15 12:01:39 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2023-01-15 18:14:17 +0000

    security/strongswan: Remove --with-lib-prefix
    
    Remove flag already in the default option.
    
    PR:             268918
    Reported by:    jlduran@gmail.com
    Approved by:    strongswan@Nanoteq.com (maintainer, implicit in PR)
---
 security/strongswan/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/security/strongswan/Makefile b/security/strongswan/Makefile
index ea3bd5d68c69..0461fc205ffa 100644
--- a/security/strongswan/Makefile
+++ b/security/strongswan/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	strongswan
 DISTVERSION=	5.9.9
+PORTREVISION=	1
 CATEGORIES=	security net-vpn
 MASTER_SITES=	https://download.strongswan.org/ \
 		https://download2.strongswan.org/
@@ -34,8 +35,7 @@ CONFIGURE_ARGS=	--disable-gmp \
 		--enable-openssl \
 		--enable-whitelist \
 		--with-group=wheel \
-		--with-lib-prefix=${PREFIX} \
-		--with-printf-hooks=builtin
+		--with-lib-prefix=${PREFIX}
 
 INSTALL_TARGET=	install-strip
 TEST_TARGET=	check