From 632d4540c52b9b85f73f116b918b2695aee41c3a Mon Sep 17 00:00:00 2001 From: peter Date: Mon, 9 Apr 2001 13:13:03 +0000 Subject: [PATCH] remove interactive flag. the correct fix (for my oversite in the original) was to add a BUILD_DEPENDs on mod_perl - the configuration searches for this. Does anyone possibly want to run this *without* mod_perl ? --- www/p5-HTML-Embperl/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/www/p5-HTML-Embperl/Makefile b/www/p5-HTML-Embperl/Makefile index ef0727d0f0b..07b4786a127 100644 --- a/www/p5-HTML-Embperl/Makefile +++ b/www/p5-HTML-Embperl/Makefile @@ -1,6 +1,5 @@ -# $OpenBSD: Makefile,v 1.3 2001/04/07 13:19:22 naddy Exp $ +# $OpenBSD: Makefile,v 1.4 2001/04/09 13:13:03 peter Exp $ -IS_INTERACTIVE= Yes DISTNAME= HTML-Embperl-1.3.1 PKGNAME= p5-HTML-Embperl-1.3.1 CATEGORIES= www perl5 @@ -15,7 +14,8 @@ PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes -RUN_DEPENDS= ${LOCALBASE}/lib/mod_perl.so::www/mod_perl +BUILD_DEPENDS= ${LOCALBASE}/lib/mod_perl.so::www/mod_perl +RUN_DEPENDS= ${LOCALBASE}/lib/mod_perl.so::www/mod_perl CONFIGURE_STYLE= perl CONFIGURE_ENV= EPHTTPD="/usr/sbin/httpd" APACHE_SRC="/usr/lib/apache"