diff options
author | tg <tg@FreeBSD.org> | 2000-08-18 18:56:22 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 2000-08-18 18:56:22 +0800 |
commit | 70aa8964792e6005cb9658b7cec20a9884197c26 (patch) | |
tree | 5d26f08f737bc05b18d67f35d1c9661db1842efc /x11 | |
parent | 7c9ac48189446dccae96df63e5a49a410574e5ef (diff) | |
download | freebsd-ports-gnome-70aa8964792e6005cb9658b7cec20a9884197c26.tar.gz freebsd-ports-gnome-70aa8964792e6005cb9658b7cec20a9884197c26.tar.zst freebsd-ports-gnome-70aa8964792e6005cb9658b7cec20a9884197c26.zip |
Make this at least compile for XFree86-4.0.1.
Reviewed by: Josef Karthauser <joe@pavilion.net>
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xlockmore/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |