diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-03-06 10:03:46 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-03-06 10:03:46 +0000 |
commit | 8275eb6ef0cdc3eee2c6df02ac1da82fd31ca574 (patch) | |
tree | 5f90bc559ddab2183d5545380a3cc3210f889793 /x11/gdm2 | |
parent | f53e8ff4fa37c94121bba4dac5f1b8e4ad94ef91 (diff) | |
download | FreeBSD-ports-8275eb6ef0cdc3eee2c6df02ac1da82fd31ca574.zip FreeBSD-ports-8275eb6ef0cdc3eee2c6df02ac1da82fd31ca574.tar.gz |
Add missed IS_INTERACTIVE=yes when not building on bento.
PR: 35236
Submitted by: Simon 'corecode' Schubert <corecode@corecode.ath.cx>
Diffstat (limited to 'x11/gdm2')
-rw-r--r-- | x11/gdm2/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/x11/gdm2/Makefile b/x11/gdm2/Makefile index 3f0101d..dbfe479 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 |