mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
Mark amd64 as BROKEN
Make portlint happyer PR: 87810 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> (maintainer)
This commit is contained in:
parent
5780b1aeeb
commit
fb01b9bc5e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=146068
@ -21,4 +21,8 @@ GNU_CONFIGURE= yes
|
||||
BROKEN= "Doesn't build on FreeBSD < 5.x"
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == amd64
|
||||
BROKEN= "Doesn't build on arch amd64"
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -4,5 +4,5 @@ bin/tbench_srv
|
||||
man/dbench.1
|
||||
man/tbench.1
|
||||
man/tbench_srv.1
|
||||
share/dbench/client.txt
|
||||
%%DATADIR%%/client.txt
|
||||
@dirrm share/dbench
|
||||
|
Loading…
Reference in New Issue
Block a user