Use installed protobuf package for protoc

Index: gradle/hasProtobuf.gradle
--- gradle/hasProtobuf.gradle.orig
+++ gradle/hasProtobuf.gradle
@@ -53,6 +53,9 @@ dependencies {
 			protocArtifact "com.google.protobuf:protoc:${version}:osx-aarch_64@exe"
 		}
 	}
+	if (isCurrentOpenBSD()) {
+		protocArtifact files('${LOCALBASE}/bin/protoc')
+	}
 }
 
 /*protobuf {
