diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-02-10 18:04:08 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-02-10 18:04:08 +0000 |
commit | 8b9bf70b0612ef2f98f45f862d74b56b145c95f0 (patch) | |
tree | cc3101eb8f7d702850669b6e14a76583c4d8e8eb /x11/xlockmore/Makefile | |
parent | 8c1840b3d82aec92ff004161fe6706ca18664331 (diff) | |
download | ports-8b9bf70b0612ef2f98f45f862d74b56b145c95f0.tar.gz ports-8b9bf70b0612ef2f98f45f862d74b56b145c95f0.zip |
Notes
Diffstat (limited to 'x11/xlockmore/Makefile')
-rw-r--r-- | x11/xlockmore/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x11/xlockmore/Makefile b/x11/xlockmore/Makefile index 5a3b95fea48d..e05ae7e8387b 100644 --- a/x11/xlockmore/Makefile +++ b/x11/xlockmore/Makefile @@ -34,7 +34,11 @@ USE_X_PREFIX= yes USE_XPM= yes MAN1= xlock.1 +.if ${MACHINE_ARCH} == "amd64" +WITH_MESAGL= no +.else WITH_MESAGL?= yes +.endif .if ${WITH_MESAGL} == yes CONFIGURE_ARGS+= --with-mesa MESALIB=${PTHREAD_LIBS} |