sslscan won't compile with base-gcc. This fixes the build on at least sparc64.
ok? (cc maintainer) --Kurt Index: Makefile =================================================================== RCS file: /cvs/ports/security/sslscan/Makefile,v retrieving revision 1.24 diff -u -r1.24 Makefile --- Makefile 25 Jul 2020 17:27:00 -0000 1.24 +++ Makefile 26 Jul 2020 18:54:19 -0000 @@ -15,6 +15,9 @@ # GPLv3 PERMIT_PACKAGE= Yes +COMPILER= base-clang ports-gcc ports-clang +COMPILER_LANGS = c + WANTLIB += c pthread z USE_GMAKE= Yes