From f81547f0da2a1c40d2006131918a16089a300ebb Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Fri, 25 Apr 2003 01:27:58 +0000 Subject: Mark IGNORE if XFREE86_VERSION > 3 Approved by: portmgr (kris) --- graphics/linux_glx/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'graphics/linux_glx') diff --git a/graphics/linux_glx/Makefile b/graphics/linux_glx/Makefile index 47285002ca8d..11b1972a21d2 100644 --- a/graphics/linux_glx/Makefile +++ b/graphics/linux_glx/Makefile @@ -28,6 +28,12 @@ WRKSRC= ${WRKDIR}/linux_glx # switch off stripping during INSTALL_PROGRAM STRIP= +.include + +.if ${XFREE86_VERSION} > 3 +IGNORE= "Requires XFree86 3.3.* - will not work with XFree86 4.*" +.endif + # NEVER EVER use plain INSTALL_PROGRAM on Linux binaries, # as they get stripped! do-install: @@ -37,4 +43,4 @@ do-install: post-install: @ ${PREFIX}/sbin/ldconfig -.include +.include -- cgit v1.2.3