diff options
author | mat <mat@FreeBSD.org> | 2004-08-12 22:02:41 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2004-08-12 22:02:41 +0800 |
commit | 66a091fcfcdb6d86e60139b6e7883ff6a5a0456b (patch) | |
tree | fadbcbdc57f6f7e4d9419040aa12ea334b340e24 /devel | |
parent | 46ed549ebec6b7c20472c16c9b973ed53ce7cc4c (diff) | |
download | freebsd-ports-gnome-66a091fcfcdb6d86e60139b6e7883ff6a5a0456b.tar.gz freebsd-ports-gnome-66a091fcfcdb6d86e60139b6e7883ff6a5a0456b.tar.zst freebsd-ports-gnome-66a091fcfcdb6d86e60139b6e7883ff6a5a0456b.zip |
Is not interactive when BATCH is on
Needed because of: pav's supplications ;-)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Log-Dispatch/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/p5-Log-Dispatch/Makefile b/devel/p5-Log-Dispatch/Makefile index c72c9e201e5c..3d215549937a 100644 --- a/devel/p5-Log-Dispatch/Makefile +++ b/devel/p5-Log-Dispatch/Makefile @@ -18,7 +18,9 @@ COMMENT= A suite of OO modules for logging messages to multiple outputs BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Params/Validate.pm:${PORTSDIR}/devel/p5-Params-Validate RUN_DEPENDS= ${BUILD_DEPENDS} +.if !defined(BATCH) IS_INTERACTIVE= yes +.endif USE_SUBMAKE= yes PERL_MODBUILD= yes |