From 70aa8964792e6005cb9658b7cec20a9884197c26 Mon Sep 17 00:00:00 2001 From: tg Date: Fri, 18 Aug 2000 10:56:22 +0000 Subject: 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(-) (limited to 'x11/xlockmore') diff --git a/x11/xlockmore/Makefile b/x11/xlockmore/Makefile index 8e0ace8..fd37409 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 -- cgit v1.1