1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Mark the port IGNORE on X_WINDOW_SYSTEM that doesn't have sufficient libraries.

Prodded by:	pointyhat via kris
This commit is contained in:
Eric Anholt 2004-12-24 21:38:31 +00:00
parent db88c796f0
commit adda599446
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=125094

View File

@ -18,4 +18,10 @@ GNU_CONFIGURE= yes
MAN1= xcompmgr.1
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${X_WINDOW_SYSTEM:L} != xorg
IGNORE= requires the composite extension, which is unavailable with XFree86.
.endif
.include <bsd.port.post.mk>