aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1999-07-21 07:40:03 +0800
committerasami <asami@FreeBSD.org>1999-07-21 07:40:03 +0800
commitc8386530ef9f70052bf00ea8b66e100d9cc7af40 (patch)
tree77b0ddd5540038e03c270020f28b9e215faec911
parent70ede89ab8f125f933ed9e3286c4ee6cde166764 (diff)
downloadfreebsd-ports-gnome-c8386530ef9f70052bf00ea8b66e100d9cc7af40.tar.gz
freebsd-ports-gnome-c8386530ef9f70052bf00ea8b66e100d9cc7af40.tar.zst
freebsd-ports-gnome-c8386530ef9f70052bf00ea8b66e100d9cc7af40.zip
Don't ask questions if we are doing the parallel build, as it won't
interfere with the real Motif.
-rw-r--r--x11-toolkits/lesstif/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/lesstif/Makefile b/x11-toolkits/lesstif/Makefile
index 1953df811178..7324d776d91e 100644
--- a/x11-toolkits/lesstif/Makefile
+++ b/x11-toolkits/lesstif/Makefile
@@ -3,7 +3,7 @@
# Date created: December 10, 1996
# Whom: 1wardd@airmail.net
#
-# $Id: Makefile,v 1.34 1999/07/14 04:35:16 cpiazza Exp $
+# $Id: Makefile,v 1.35 1999/07/14 04:43:58 cpiazza Exp $
#
DISTNAME= lesstif-0.88.9
@@ -45,7 +45,7 @@ MAN3 = ApplicationShell.3 Composite.3 Constraint.3 Core.3 LessTifInternals.3 \
MAN5 = mwmrc.5
-.if defined(HAVE_MOTIF)
+.if defined(HAVE_MOTIF) && !defined(PARALLEL_PACKAGE_BUILD)
IS_INTERACTIVE= yes
pre-extract:
@${ECHO} "***********************************************************"