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

- Mark BROKEN on 7.X

Reported by:	pointyhat
Feature safe:	yes
This commit is contained in:
Pav Lucistnik 2011-02-03 17:59:28 +00:00
parent b9dcc602ef
commit 0f8b80f706
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=268588

View File

@ -34,6 +34,10 @@ OPTIONS= XFT "Use Xft for Freetype font support" on \
.include <bsd.port.options.mk>
.if ${OSVERSION} < 800000
BROKEN= does not build on 7.X
.endif
.if defined(WITH_XFT)
LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/libXft
.else