From 2045a198a10be8bbf28e6afe3c82bb0b5877c225 Mon Sep 17 00:00:00 2001 From: Thomas Gellekum Date: Fri, 18 Aug 2000 10:56:22 +0000 Subject: [PATCH] Make this at least compile for XFree86-4.0.1. Reviewed by: Josef Karthauser --- x11/xlockmore/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11/xlockmore/Makefile b/x11/xlockmore/Makefile index 8e0ace81f5e7..fd374098ccd3 100644 --- a/x11/xlockmore/Makefile +++ b/x11/xlockmore/Makefile @@ -42,7 +42,7 @@ USE_MESA= yes CONFIGURE_ARGS+= --without-mesagl .endif -XFREE86VERSION!= /usr/bin/awk '/\#define XFree86Version/ {print $$3}' \ +XFREE86VERSION!= /usr/bin/awk '/\#.*define XFree86Version/ {print $$NF}' \ ${X11BASE}/lib/X11/config/xfree86.cf .if ${XFREE86VERSION} >= 4000