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-devel | |
parent | 8d66dfa5d85a84ade024293a3a694e67ecaf6b7f (diff) | |
download | ports-2abaca8e663b463ab7129a292642d22d6cd8c82a.tar.gz ports-2abaca8e663b463ab7129a292642d22d6cd8c82a.zip |
Notes
Diffstat (limited to 'editors/xemacs-devel')
-rw-r--r-- | editors/xemacs-devel/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/editors/xemacs-devel/Makefile b/editors/xemacs-devel/Makefile index 318b04d7a075..46cff2bdaeb9 100644 --- a/editors/xemacs-devel/Makefile +++ b/editors/xemacs-devel/Makefile @@ -67,6 +67,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} "" |