diff options
author | obrien <obrien@FreeBSD.org> | 2001-10-04 01:55:49 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-10-04 01:55:49 +0000 |
commit | 1bade103b7702d50a9fa7ed6569db4b3c816f98f (patch) | |
tree | 7036a921e7554224d150844fa0ff58ff6cf047c1 /print/ghostscript8 | |
parent | 34ef8ff302846e231c513bf52c545c2b3d9ab031 (diff) | |
download | FreeBSD-ports-1bade103b7702d50a9fa7ed6569db4b3c816f98f.zip FreeBSD-ports-1bade103b7702d50a9fa7ed6569db4b3c816f98f.tar.gz |
Don't be interactive if PACKAGE_BUILDING is set.
Diffstat (limited to 'print/ghostscript8')
-rw-r--r-- | print/ghostscript8/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/ghostscript8/Makefile b/print/ghostscript8/Makefile index 177c818..b335f6f 100644 --- a/print/ghostscript8/Makefile +++ b/print/ghostscript8/Makefile @@ -219,7 +219,7 @@ pre-configure: do-configure: ${ECHO_MSG} ">>> in do-configure ..." -.if defined(BATCH) +.if defined(BATCH) || defined(PACKAGE_BUILDING) ${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.batch .else ${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure |