diff options
author | edwin <edwin@FreeBSD.org> | 2004-04-13 14:29:58 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2004-04-13 14:29:58 +0800 |
commit | 38ad79bbb21e087168d1d1194bb0976c44459a3e (patch) | |
tree | d7bfd2f32238a60567d0d4df7bacc8ac16781dc2 /editors | |
parent | 227291fb5a4142dd2f396c54fc3ade7c4111f5cf (diff) | |
download | freebsd-ports-gnome-38ad79bbb21e087168d1d1194bb0976c44459a3e.tar.gz freebsd-ports-gnome-38ad79bbb21e087168d1d1194bb0976c44459a3e.tar.zst freebsd-ports-gnome-38ad79bbb21e087168d1d1194bb0976c44459a3e.zip |
Unbreak port by moving some definitions from the pre-fetch target
to "above it".
Noticed by: nearly everybody.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/xemacs/Makefile | 9 |
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} "" |