diff options
-rw-r--r-- | x11-servers/XFree86-4-Server-snap/Makefile | 3 | ||||
-rw-r--r-- | x11-servers/XFree86-4-Server/Makefile | 3 | ||||
-rw-r--r-- | x11/XFree86-4-clients/Makefile | 3 | ||||
-rw-r--r-- | x11/XFree86-4-libraries/Makefile | 3 | ||||
-rw-r--r-- | x11/XFree86-4/Makefile | 3 |
5 files changed, 10 insertions, 5 deletions
diff --git a/x11-servers/XFree86-4-Server-snap/Makefile b/x11-servers/XFree86-4-Server-snap/Makefile index f052fa7d1767..d7cf735cf4ae 100644 --- a/x11-servers/XFree86-4-Server-snap/Makefile +++ b/x11-servers/XFree86-4-Server-snap/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 diff --git a/x11-servers/XFree86-4-Server/Makefile b/x11-servers/XFree86-4-Server/Makefile index f052fa7d1767..d7cf735cf4ae 100644 --- a/x11-servers/XFree86-4-Server/Makefile +++ b/x11-servers/XFree86-4-Server/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 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 diff --git a/x11/XFree86-4-libraries/Makefile b/x11/XFree86-4-libraries/Makefile index f052fa7d1767..d7cf735cf4ae 100644 --- a/x11/XFree86-4-libraries/Makefile +++ b/x11/XFree86-4-libraries/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 diff --git a/x11/XFree86-4/Makefile b/x11/XFree86-4/Makefile index f052fa7d1767..d7cf735cf4ae 100644 --- a/x11/XFree86-4/Makefile +++ b/x11/XFree86-4/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 |