diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-09-15 21:31:59 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-09-15 21:31:59 +0000 |
commit | 668e0f51f4cd6da8b873bbe85c2c632a7b33d849 (patch) | |
tree | a51511e38b929fa10d17436f1464819312ac60ed /lang/eperl | |
parent | 32e50f27db0568e90be88dd6f16bcd7a904ce61f (diff) | |
download | ports-668e0f51f4cd6da8b873bbe85c2c632a7b33d849.tar.gz ports-668e0f51f4cd6da8b873bbe85c2c632a7b33d849.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 d8d0023f65bc..2a9932b6f01e 100644 --- a/lang/eperl/Makefile +++ b/lang/eperl/Makefile @@ -3,7 +3,7 @@ # Date created: 03-Sep-1997 # Whom: Ralf S. Engelschall <rse@engelschall.com> # -# $Id: Makefile,v 1.27 1998/07/10 09:11:31 rse Exp $ +# $Id: Makefile,v 1.28 1998/08/02 14:53:32 rse Exp $ # DISTNAME= eperl-2.2.14 @@ -28,7 +28,7 @@ RUN_DEPENDS= ${PREFIX}/etc/apache/srm.conf:${PORTSDIR}/www/apache USE_PERL5= yes HAS_CONFIGURE= yes -CONFIGURE_ARGS= --with-perl=${PREFIX}/bin/perl +CONFIGURE_ARGS= --with-perl=${PERL5} MAN1= eperl.1 |