summaryrefslogtreecommitdiff
path: root/editors/xemacs
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2004-04-13 06:29:58 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2004-04-13 06:29:58 +0000
commitdc5c753a5960bff7542396b27b23fb5166a4809d (patch)
tree2fc3455ddad36426fd39ced157e3b2f2f79d3d59 /editors/xemacs
parentUpdate to 1.2.10. (diff)
Unbreak port by moving some definitions from the pre-fetch target
to "above it". Noticed by: nearly everybody.
Notes
Notes: svn path=/head/; revision=106872
Diffstat (limited to 'editors/xemacs')
-rw-r--r--editors/xemacs/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile
index 643bf549c822..fb71c587f2bd 100644
--- a/editors/xemacs/Makefile
+++ b/editors/xemacs/Makefile
@@ -59,15 +59,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} ""