net-mgmt/mac-telnet: Override crypto detection with CONFIGURE_ENV

This commit is contained in:
Joe Marcus Clarke 2022-09-15 14:53:10 -04:00
parent aea7859773
commit 3e4f4430a3

View File

@ -18,5 +18,6 @@ GH_TAGNAME= 42d6271
GNU_CONFIGURE= yes
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ENV+= CRYPTO_CFLAGS="-I${OPENSSLINC}" CRYPTO_LIBS="-L${OPENSSLLIB} -lssl -lcrypto"
.include <bsd.port.mk>