Fix build when security/openssl is installed.
PR: 193583
This commit is contained in:
parent
8966fdecc5
commit
1d115e722c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=368793
@ -25,7 +25,10 @@ INSTALL_TARGET= install-strip
|
||||
GNU_CONFIGURE= YES
|
||||
CONFIGURE_ARGS= --with-gui=none --enable-static \
|
||||
--localstatedir=${PREFIX}/var \
|
||||
--with-tssuser=${USERS} --with-tssgroup=${GROUPS} RANLIB=:
|
||||
--with-tssuser=${USERS} \
|
||||
--with-tssgroup=${GROUPS} \
|
||||
--with-openssl=${OPENSSLBASE} \
|
||||
RANLIB=:
|
||||
MAKE_ENV= ICONV_LIB=${ICONV_LIB} \
|
||||
ICONV_PREFIX=${ICONV_PREFIX}
|
||||
SUB_FILES= pkg-message
|
||||
|
Loading…
Reference in New Issue
Block a user