aboutsummaryrefslogtreecommitdiffstats
path: root/x11/XFree86-4-clients
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>2000-03-13 16:09:33 +0800
committerasami <asami@FreeBSD.org>2000-03-13 16:09:33 +0800
commit779b0dae156531a3dc1e300f49e42f5ac7cc9047 (patch)
tree58cccf926ab7bc79da59ebd43099056c4f475b75 /x11/XFree86-4-clients
parentdd21a1d77b1c9a6a47f4b273e5b52c6ba3b470bb (diff)
downloadfreebsd-ports-gnome-779b0dae156531a3dc1e300f49e42f5ac7cc9047.tar.gz
freebsd-ports-gnome-779b0dae156531a3dc1e300f49e42f5ac7cc9047.tar.zst
freebsd-ports-gnome-779b0dae156531a3dc1e300f49e42f5ac7cc9047.zip
Comment out "IS_INTERACTIVE=no" -- that is the same as defining it "yes"!
Diffstat (limited to 'x11/XFree86-4-clients')
-rw-r--r--x11/XFree86-4-clients/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/XFree86-4-clients/Makefile b/x11/XFree86-4-clients/Makefile
index f052fa7d1767..d7cf735cf4ae 100644
--- a/x11/XFree86-4-clients/Makefile
+++ b/x11/XFree86-4-clients/Makefile
@@ -35,7 +35,8 @@ SCRIPTS_ENV+= NO_INPUT=yes
# can't use USE_X_PREFIX here -- it will cause a circular dependency
PREFIX= ${X11BASE}
.if defined(DISTRIB) || defined(PACKAGE_BUILDING)
-IS_INTERACTIVE= no
+#IS_INTERACTIVE is boolean -- "no" is the same as defining it "yes"!
+#IS_INTERACTIVE= no
.else
IS_INTERACTIVE= yes # configure script asks questions
.endif