Fix the build by removing needless check for a git client.
Bump PORTREVISION.
This commit is contained in:
parent
2fe7cd75ee
commit
76ab0c7f0f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=408786
2 changed files with 8 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= libbrotli
|
||||
PORTVERSION= ${BROTLI_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel archivers
|
||||
|
||||
MAINTAINER= osa@FreeBSD.org
|
||||
|
|
|
@ -1,9 +1,15 @@
|
|||
--- autogen.sh.orig 2016-01-20 21:31:42 UTC
|
||||
+++ autogen.sh
|
||||
@@ -12,8 +12,6 @@ if test $? -ne 0; then
|
||||
@@ -6,14 +6,6 @@ if test $? -ne 0; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
-GIT=`which git 2>/dev/null`
|
||||
-if test $? -ne 0; then
|
||||
- echo "No 'git' found. You must install the git package."
|
||||
- exit 1
|
||||
-fi
|
||||
-
|
||||
-$GIT submodule init
|
||||
-$GIT submodule update
|
||||
|
||||
|
|
Loading…
Reference in a new issue