- Add LICENSE_FILE
- Update BROKEN: use lowercase for leading character and shorten it
This commit is contained in:
parent
227ca560aa
commit
e132bb9691
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=427445
1 changed files with 2 additions and 1 deletions
|
@ -10,6 +10,7 @@ MAINTAINER= sunpoet@FreeBSD.org
|
|||
COMMENT= Data interchange format library
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
CFLAGS+= -DGOOGLE_PROTOBUF_NO_RTTI
|
||||
GNU_CONFIGURE= yes
|
||||
|
@ -22,6 +23,6 @@ USES= autoreconf gmake libtool pathfix pkgconfig
|
|||
GH_ACCOUNT= google
|
||||
USE_GITHUB= yes
|
||||
|
||||
BROKEN_sparc64= Fails to compile: no atomic ops available for FreeBSD/sparc64
|
||||
BROKEN_sparc64= fails to compile: no atomic ops available
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue