diff options
author | lioux <lioux@FreeBSD.org> | 2002-11-27 05:23:28 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-11-27 05:23:28 +0800 |
commit | 102b40f0fa868184ff48f99bcb18222f8faf57bf (patch) | |
tree | 66ca48f3d6346437fb67a384f7a868b5262f1cc4 /www/bins | |
parent | 095b07a86ecb37feeb4aaa3a8f6e236871010243 (diff) | |
download | freebsd-ports-graphics-102b40f0fa868184ff48f99bcb18222f8faf57bf.tar.gz freebsd-ports-graphics-102b40f0fa868184ff48f99bcb18222f8faf57bf.tar.zst freebsd-ports-graphics-102b40f0fa868184ff48f99bcb18222f8faf57bf.zip |
Forgot IS_INTERACTIVE
Submitted by: bento,
kris
Diffstat (limited to 'www/bins')
-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 250bb7a381c..f28bc8ac60d 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 |