1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

- Mark BROKEN on amd64/6 and 7

Reported by:	pointyhat
This commit is contained in:
Pav Lucistnik 2010-11-11 00:07:51 +00:00
parent 5e9ac1971e
commit 2cb3d993e9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=264372

View File

@ -24,4 +24,10 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-gsm --without-pulseaudio --without-alsa
USE_LDCONFIG= yes
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 800000 && ${ARCH} == "amd64"
BROKEN= does not build
.endif
.include <bsd.port.post.mk>