diff options
author | Jose Luis Duran <jlduran@gmail.com> | 2023-01-15 12:01:39 +0000 |
---|---|---|
committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2023-01-15 18:14:17 +0000 |
commit | a06d57733894d0d68b45f5a7326aca568e4e80b0 (patch) | |
tree | c8406508d6bba61e45a538b3680c48c506fcf7bb | |
parent | 8b0f9b7f3c7c3099d49d69bcfc92466ae012644e (diff) | |
download | ports-a06d57733894d0d68b45f5a7326aca568e4e80b0.tar.gz ports-a06d57733894d0d68b45f5a7326aca568e4e80b0.zip |
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)
-rw-r--r-- | security/strongswan/Makefile | 4 |
1 files 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 |