diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1997-08-03 16:46:18 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1997-08-03 16:46:18 +0000 |
commit | 1c479b853ab5644b50d1427586eac2e47cf76113 (patch) | |
tree | 396d9a7c11a1f0d9b3884c13f1d7e4cf3804f22e | |
parent | Update to 1.8.0. (diff) |
apache port is now called apache-stable
changed *_DEPENDS
Notes
Notes:
svn path=/head/; revision=7462
-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 40a9b7290f26..0ae8d9d37f0e 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 |