diff options
author | andreas <andreas@FreeBSD.org> | 1997-08-03 16:46:18 +0000 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1997-08-03 16:46:18 +0000 |
commit | 40eab22d028442a3d9f321127f2a541343c9fa64 (patch) | |
tree | 416decb24c30128d5b8ec4564e60281cd8ff34b8 /lang/eperl/Makefile | |
parent | 4545e15fb09fb51f50cc1e533c01f7ca47b9c396 (diff) | |
download | FreeBSD-ports-40eab22d028442a3d9f321127f2a541343c9fa64.zip FreeBSD-ports-40eab22d028442a3d9f321127f2a541343c9fa64.tar.gz |
apache port is now called apache-stable
changed *_DEPENDS
Diffstat (limited to 'lang/eperl/Makefile')
-rw-r--r-- | lang/eperl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/eperl/Makefile b/lang/eperl/Makefile index 40a9b72..0ae8d9d 100644 --- a/lang/eperl/Makefile +++ b/lang/eperl/Makefile @@ -3,7 +3,7 @@ # Date created: Fri May 2 13:16:31 MET DST 1997 # Whom: Ralf S. Engelschall <rse@engelschall.com> # -# $Id: Makefile,v 1.6 1997/05/24 13:17:10 jfitz Exp $ +# $Id: Makefile,v 1.7 1997/07/18 05:04:15 asami Exp $ # DISTNAME= eperl-2.1.1 @@ -25,7 +25,7 @@ INSTALL_ALSO_AS_SSSL= yes #ENABLE_UID_SWITCHING= yes .if defined(INSTALL_ALSO_AS_SSSL) -RUN_DEPENDS= ${PREFIX}/etc/apache/srm.conf:${PORTSDIR}/www/apache +RUN_DEPENDS= ${PREFIX}/etc/apache/srm.conf:${PORTSDIR}/www/apache-stable .endif USE_PERL5= yes |