diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-29 19:31:38 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-29 19:31:38 +0000 |
commit | 345734b82815305bad860029d315c7a109c734e0 (patch) | |
tree | efaeb93ecdc990b079232a37ff58dc3f75135581 | |
parent | 6e61175b9f4d6c8c0006752e5d48b78527038bf9 (diff) |
devel/gitaly: Fix CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | devel/gitaly/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/gitaly/Makefile b/devel/gitaly/Makefile index fa3c993d856b..a257855a00e3 100644 --- a/devel/gitaly/Makefile +++ b/devel/gitaly/Makefile @@ -36,6 +36,8 @@ LIB_DEPENDS= libgit2.so:devel/libgit2 USES= cpe gmake go:modules,no_targets pkgconfig USE_RUBY= yes +CPE_VENDOR= gitlab + MAKE_ENV= GOFLAGS="${GO_BUILDFLAGS}" # make sure to pass go build options into make process MAKE_ENV+= ${GO_ENV} |