diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2001-04-20 12:18:05 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2001-04-20 12:18:05 +0000 |
commit | d3e6db02472fc7e0f146051be542b8849f9a129c (patch) | |
tree | 440e82b2f31752a7ff0c25e26518e50f9d15b482 /x11/xlockmore | |
parent | 5f6b0eb6af6cebb2f1911cd6f7f3ad76918437ee (diff) | |
download | ports-d3e6db02472fc7e0f146051be542b8849f9a129c.tar.gz ports-d3e6db02472fc7e0f146051be542b8849f9a129c.zip |
Notes
Diffstat (limited to 'x11/xlockmore')
-rw-r--r-- | x11/xlockmore/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/xlockmore/Makefile b/x11/xlockmore/Makefile index 0054e303188f..28228b62a57f 100644 --- a/x11/xlockmore/Makefile +++ b/x11/xlockmore/Makefile @@ -38,8 +38,11 @@ WITH_MESAGL?= yes .if ${WITH_MESAGL} == yes CONFIGURE_ARGS+= --with-mesagl USE_MESA= yes +.if ${XFREE86_VERSION} >= 4 +CONFIGURE_ENV+= XLOCKLIBS="${PTHREAD_LIBS}" +.endif .else -CONFIGURE_ARGS+= --without-mesagl +CONFIGURE_ARGS+= --without-mesagl --without-opengl .endif .if ${XFREE86_VERSION} >= 4 |