1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00

Unbreak port by moving some definitions from the pre-fetch target

to "above it".

Noticed by: nearly everybody.
This commit is contained in:
Edwin Groothuis 2004-04-13 06:29:58 +00:00
parent b05edd7494
commit dc5c753a59
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=106872

View File

@ -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} ""