diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-11-26 21:23:28 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-11-26 21:23:28 +0000 |
commit | 4423a20f561a537d8edcf4529b502af5163cdc9b (patch) | |
tree | 46b3bbef11b9406837b67814d3de6be628ee679a /www | |
parent | Temporarily put distfile on ${MASTER_SITE_LOCAL} for 5.0-RELEASE. (diff) |
Forgot IS_INTERACTIVE
Submitted by: bento,
kris
Diffstat (limited to 'www')
-rw-r--r-- | www/bins/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/bins/Makefile b/www/bins/Makefile index 250bb7a381cd..f28bc8ac60d8 100644 --- a/www/bins/Makefile +++ b/www/bins/Makefile @@ -27,6 +27,7 @@ RUN_DEPENDS= \ ${PBASE}/XML/Handler/YAWriter.pm:${PORTSDIR}/textproc/p5-XML-Handler-YAWriter \ ${PBASE}/XML/Parser/PerlSAX.pm:${PORTSDIR}/textproc/p5-libxml +IS_INTERACTIVE= yes USE_BZIP2= yes USE_PERL5_RUN= yes USE_REINPLACE= yes |