diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-08-13 09:40:07 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-08-13 09:40:07 +0000 |
commit | ccf263a609f05f204a5c14500b3428ea19eccb5e (patch) | |
tree | 7b08553aeb5661168833cf84ba981a7f4e7cbab0 /lang/eperl | |
parent | fc9c8ce3b5584f12acce545f4e3348b7d3dcd9bd (diff) | |
download | ports-ccf263a609f05f204a5c14500b3428ea19eccb5e.tar.gz ports-ccf263a609f05f204a5c14500b3428ea19eccb5e.zip |
Notes
Diffstat (limited to 'lang/eperl')
-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 1fc93a438991..4ef59acadc66 100644 --- a/lang/eperl/Makefile +++ b/lang/eperl/Makefile @@ -3,7 +3,7 @@ # Date created: Sat Aug 2 17:22:46 MET DST 1997 # Whom: Ralf S. Engelschall <rse@engelschall.com> # -# $Id$ +# $Id: Makefile,v 1.9 1997/08/11 08:59:04 rse Exp $ # DISTNAME= eperl-2.2.1 @@ -22,7 +22,7 @@ MAINTAINER= rse@engelschall.com INSTALL_ALSO_AS_SSSL= no .if defined(INSTALL_ALSO_AS_SSSL) -RUN_DEPENDS= ${PREFIX}/etc/apache/srm.conf:${PORTSDIR}/www/apache-stable +RUN_DEPENDS= ${PREFIX}/etc/apache/srm.conf:${PORTSDIR}/www/apache .endif USE_PERL5= yes |