diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2001-10-04 01:55:49 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-10-04 01:55:49 +0000 |
commit | 944aa31f796747c0a9fb80cda05a6948c4b04212 (patch) | |
tree | 6b48e53505f0cac8de58f59af7408e6ccd10a076 /print/ghostscript8 | |
parent | 9b68ceb7bc1715f1afaadc5b0b588df06ed7606b (diff) |
Notes
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 177c818eb409..b335f6f48cdb 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 |