diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-04-13 08:10:24 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-04-13 08:10:24 +0000 |
commit | 757f18a5a72c6a4a85a80da65f3e1d1b89711077 (patch) | |
tree | 10542a921977b8999070c4f05be4ba6b59892d58 /editors/xemacs-devel | |
parent | 433dd36fe5944471e56c5f62cdd25b2e1b57a58f (diff) |
Notes
Diffstat (limited to 'editors/xemacs-devel')
-rw-r--r-- | editors/xemacs-devel/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/editors/xemacs-devel/Makefile b/editors/xemacs-devel/Makefile index 46cff2bdaeb9..de0748ba4fa4 100644 --- a/editors/xemacs-devel/Makefile +++ b/editors/xemacs-devel/Makefile @@ -62,15 +62,16 @@ PLIST_SUB= XEMACS_VER=${XEMACS_VER} XEMACS_ARCH=${XEMACS_ARCH} CONFIGURE_ARGS+= --with-system-malloc --pdump .endif +.if exists(${X11BASE}/lib/libXm.so) +USE_MOTIF= yes +HAVE_MOTIF= yes +.endif + pre-fetch: #.if !defined(WANT_GTK) # @${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} "" |