diff options
author | Gary Jennejohn <gj@FreeBSD.org> | 2004-04-12 21:47:20 +0000 |
---|---|---|
committer | Gary Jennejohn <gj@FreeBSD.org> | 2004-04-12 21:47:20 +0000 |
commit | 2abaca8e663b463ab7129a292642d22d6cd8c82a (patch) | |
tree | d206d51a20812343773b9e7d96bee4eb6c6d0b6c /editors/xemacs | |
parent | 8d66dfa5d85a84ade024293a3a694e67ecaf6b7f (diff) |
Notes
Diffstat (limited to 'editors/xemacs')
-rw-r--r-- | editors/xemacs/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile index 86f202213445..643bf549c822 100644 --- a/editors/xemacs/Makefile +++ b/editors/xemacs/Makefile @@ -64,6 +64,10 @@ pre-fetch: @${ECHO_MSG} "If you want to use GTK, please set the environment variable WANT_GTK " @${ECHO_MSG} "and recompile." .endif +.if exists(${X11BASE}/lib/libXm.so) +USE_MOTIF= yes +HAVE_MOTIF= yes +.endif .if defined(HAVE_MOTIF) .if !defined(MOTIF_STATIC) @${ECHO_MSG} "" |