net/sniproxy needs ports-gcc to compiler on sparc64

Fixes the build on sparc64

ok?

(cc maintainer)

--Kurt

Index: Makefile
===================================================================
RCS file: /cvs/ports/net/sniproxy/Makefile,v
retrieving revision 1.4
diff -u -p -r1.4 Makefile
--- Makefile    13 Mar 2021 09:19:41 -0000      1.4
+++ Makefile    16 May 2021 03:34:06 -0000
@@ -15,6 +15,9 @@ MAINTAINER =  Renaud Allard <renaud@allar
 # BSD
 PERMIT_PACKAGE = Yes
 
+COMPILER =     base-clang ports-gcc
+COMPILER_LANGS =       c
+
 # use pledge()
 WANTLIB += c ev pcre udns
 

Reply via email to