diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2004-08-12 14:02:41 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2004-08-12 14:02:41 +0000 |
commit | e4e30e577070931e5fbd6b50d86c1db593b785b7 (patch) | |
tree | 30575a550e8728ded435a6d007bed895e945df14 /devel/p5-Log-Dispatch | |
parent | 67906bc463d05e2bf92f0dcb12168151c6dcd914 (diff) | |
download | ports-e4e30e577070931e5fbd6b50d86c1db593b785b7.tar.gz ports-e4e30e577070931e5fbd6b50d86c1db593b785b7.zip |
Is not interactive when BATCH is on
Needed because of: pav's supplications ;-)
Notes
Notes:
svn path=/head/; revision=116032
Diffstat (limited to 'devel/p5-Log-Dispatch')
-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 |