summaryrefslogtreecommitdiff
path: root/editors/xemacs
diff options
context:
space:
mode:
authorGary Jennejohn <gj@FreeBSD.org>2004-04-12 21:47:20 +0000
committerGary Jennejohn <gj@FreeBSD.org>2004-04-12 21:47:20 +0000
commit2abaca8e663b463ab7129a292642d22d6cd8c82a (patch)
treed206d51a20812343773b9e7d96bee4eb6c6d0b6c /editors/xemacs
parent- Update to 2.23 (diff)
Add a check for ${X11BASE}/lib/libXm.so so that a dependency can be added
on open-motif. PR: ports/62401 Submitted by: Vivek Khera <khera@kcilink.com>
Notes
Notes: svn path=/head/; revision=106829
Diffstat (limited to 'editors/xemacs')
-rw-r--r--editors/xemacs/Makefile4
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} ""