diff options
author | billf <billf@FreeBSD.org> | 1999-06-16 14:47:18 +0000 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1999-06-16 14:47:18 +0000 |
commit | afd4affe09194e6fe33946d21e5938517a9848cc (patch) | |
tree | 7188afb7dff0d66fe689b7f2ef8dbc135cadabdb /www | |
parent | 549591da3499067ffbe88c15a7dddfea35c2cb23 (diff) | |
download | FreeBSD-ports-afd4affe09194e6fe33946d21e5938517a9848cc.zip FreeBSD-ports-afd4affe09194e6fe33946d21e5938517a9848cc.tar.gz |
Fix this port for the brief time it will still be alive.
This port is being replaced by apache13-modperl (ports/10385)
PR: ports/11967 (please see ports/10385 too)
Submitted by: Mike Harding <mvh@ix.netcom.com>
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Apache/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/p5-Apache/Makefile b/www/p5-Apache/Makefile index bd07b53..110da33 100644 --- a/www/p5-Apache/Makefile +++ b/www/p5-Apache/Makefile @@ -3,7 +3,7 @@ # Date created: April 26th 1997 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.12 1999/02/20 06:26:04 asami Exp $ +# $Id: Makefile,v 1.13 1999/05/10 12:20:09 kuriyama Exp $ # DISTNAME= mod_perl-1.19 @@ -14,10 +14,10 @@ MASTER_SITE_SUBDIR= Apache MAINTAINER= jfitz@FreeBSD.ORG -BUILD_DEPENDS= /nonexistent:${PORTSDIR}/www/apache12:patch +BUILD_DEPENDS= /nonexistent:${PORTSDIR}/www/apache13:patch USE_PERL5= YES -CONFIGURE_ENV= APACHEDIR=${WRKDIRPREFIX}${.CURDIR}/../apache12/work/ INSTALL_PROGRAM="${INSTALL_PROGRAM}" +CONFIGURE_ENV= APACHEDIR=${WRKDIRPREFIX}${.CURDIR}/../apache13/work/ INSTALL_PROGRAM="${INSTALL_PROGRAM}" MAN3= Apache.3 Apache::Constants.3 Apache::ExtUtils.3 \ Apache::FakeRequest.3 Apache::Leak.3 \ Apache::Log.3 Apache::Options.3 \ |