diff options
author | Stefan Eßer <se@FreeBSD.org> | 2022-01-20 14:51:59 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2022-01-20 14:55:27 +0000 |
commit | 2d48a02b9f50f9c21f3a6ebbe42e160bccb55426 (patch) | |
tree | d2037820e2a2a2e94a384aac09f5340b600cfa8e | |
parent | a38ab8dc52010630ef28e1a42952ac67f8a0703b (diff) | |
download | ports-2d48a02b9f50f9c21f3a6ebbe42e160bccb55426.tar.gz ports-2d48a02b9f50f9c21f3a6ebbe42e160bccb55426.zip |
www/gitlab-ce: fix CONFLICTS_INSTALL
-rw-r--r-- | www/gitlab-ce/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/gitlab-ce/Makefile b/www/gitlab-ce/Makefile index 45425303050f..dd296e7aba64 100644 --- a/www/gitlab-ce/Makefile +++ b/www/gitlab-ce/Makefile @@ -264,7 +264,7 @@ CONFLICTS_INSTALL= gitolite \ gitolite2 \ gogs \ gitea \ - ${PYTHON_PKGNAMEPREFIX}-gitosis + gitosis USES= go:modules shebangfix USE_RUBY= yes |