summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-03-06 10:03:46 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-03-06 10:03:46 +0000
commitb9d6df2dc1243b4b713daeef14747e6107e0d163 (patch)
tree3b74c87b8e4b8a14afbb7205baba27628a7587df /x11
parentOpenoffice needs x11 (diff)
Add missed IS_INTERACTIVE=yes when not building on bento.
PR: 35236 Submitted by: Simon 'corecode' Schubert <corecode@corecode.ath.cx>
Notes
Notes: svn path=/head/; revision=55625
Diffstat (limited to 'x11')
-rw-r--r--x11/gdm/Makefile6
-rw-r--r--x11/gdm2/Makefile6
2 files changed, 10 insertions, 2 deletions
diff --git a/x11/gdm/Makefile b/x11/gdm/Makefile
index 3f0101da094d..dbfe47978472 100644
--- a/x11/gdm/Makefile
+++ b/x11/gdm/Makefile
@@ -24,8 +24,12 @@ CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
GDMDIR?= ${PREFIX}/etc/gdm
-pre-fetch:
.if !defined(BATCH) && !defined(PACKAGE_BUILDING)
+IS_INTERACTIVE= yes
+.endif
+
+.if !defined(BATCH) && !defined(PACKAGE_BUILDING)
+pre-fetch:
${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL
.endif
diff --git a/x11/gdm2/Makefile b/x11/gdm2/Makefile
index 3f0101da094d..dbfe47978472 100644
--- a/x11/gdm2/Makefile
+++ b/x11/gdm2/Makefile
@@ -24,8 +24,12 @@ CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
GDMDIR?= ${PREFIX}/etc/gdm
-pre-fetch:
.if !defined(BATCH) && !defined(PACKAGE_BUILDING)
+IS_INTERACTIVE= yes
+.endif
+
+.if !defined(BATCH) && !defined(PACKAGE_BUILDING)
+pre-fetch:
${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL
.endif