diff options
author | Steve Price <steve@FreeBSD.org> | 2000-11-08 22:48:55 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-11-08 22:48:55 +0000 |
commit | eb63e765030333c41889df51cecb4c689ce3b285 (patch) | |
tree | 6c76a6c3c8a3c2ffb5ac2d80195092625cb81947 /www/p5-HTML-Embperl | |
parent | 42320dc7fe56ac13d4d5df5930217286c73d6092 (diff) | |
download | ports-eb63e765030333c41889df51cecb4c689ce3b285.tar.gz ports-eb63e765030333c41889df51cecb4c689ce3b285.zip |
Mark this port IS_INTERACTIVE since it asks questions that were causing
my package builds to stall.
Notes
Notes:
svn path=/head/; revision=34923
Diffstat (limited to 'www/p5-HTML-Embperl')
-rw-r--r-- | www/p5-HTML-Embperl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/p5-HTML-Embperl/Makefile b/www/p5-HTML-Embperl/Makefile index 6a73e0fe3351..5c3f8baba165 100644 --- a/www/p5-HTML-Embperl/Makefile +++ b/www/p5-HTML-Embperl/Makefile @@ -16,6 +16,7 @@ MAINTAINER= ports@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/p5-Apache +IS_INTERACTIVE= yes USE_PERL5= yes MAN3= HTML::Embperl.3 HTML::EmbperlD.3 |