mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
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)
This commit is contained in:
parent
8b0f9b7f3c
commit
a06d577338
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user