diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2000-08-18 10:56:22 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2000-08-18 10:56:22 +0000 |
commit | 2045a198a10be8bbf28e6afe3c82bb0b5877c225 (patch) | |
tree | a3aaeb1050d7d553d2e2e23fb2f60410782fac15 /x11/xlockmore | |
parent | 9102a137b1d53072c7c54034fd2a06bc974eebcf (diff) | |
download | ports-2045a198a10be8bbf28e6afe3c82bb0b5877c225.tar.gz ports-2045a198a10be8bbf28e6afe3c82bb0b5877c225.zip |
Notes
Diffstat (limited to 'x11/xlockmore')
-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 |