Skip to content

Commit db601dc

Browse files
author
Anthony Mallet
committed
[mk/sysdep] Add package hint for protobuf
1 parent 792d8ca commit db601dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mk/sysdep/protobuf.mk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ SYSTEM_SEARCH.protobuf= \
2020
'lib/libprotobuf.so' \
2121
'lib/pkgconfig/protobuf.pc:/Version/s/[^0-9.]//gp'
2222

23-
SYSTEM_PKG.NetBSD.protobuf=devel/protobuf
23+
SYSTEM_PKG.Debian.protobuf= libprotoc-dev
24+
SYSTEM_PKG.NetBSD.protobuf= devel/protobuf
2425

2526
endif # PROTOBUF_DEPEND_MK -------------------------------------------------
2627

0 commit comments

Comments
 (0)