summaryrefslogtreecommitdiff
path: root/lang/eperl
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1997-07-18 05:04:20 +0000
committerSatoshi Asami <asami@FreeBSD.org>1997-07-18 05:04:20 +0000
commitdc5ea736c74183cb97733284c8c15e35097cec4f (patch)
tree8644f90f24332fbab844e94152be9737d2262e32 /lang/eperl
parentwgconvert is missing in the default install target and doesn't get installed, (diff)
Update name of perl executable in dependencies to "perl5.00401".
Use USE_PERL5 when appropriate (i.e., defined in both BUILD_DEPENDS and RUN_DEPENDS).
Notes
Notes: svn path=/head/; revision=7366
Diffstat (limited to 'lang/eperl')
-rw-r--r--lang/eperl/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/lang/eperl/Makefile b/lang/eperl/Makefile
index 9247a60b4aa6..40a9b7290f26 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.5 1997/05/03 12:36:05 andreas Exp $
+# $Id: Makefile,v 1.6 1997/05/24 13:17:10 jfitz Exp $
#
DISTNAME= eperl-2.1.1
@@ -24,14 +24,11 @@ MAINTAINER= rse@engelschall.com
INSTALL_ALSO_AS_SSSL= yes
#ENABLE_UID_SWITCHING= yes
-BUILD_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5
.if defined(INSTALL_ALSO_AS_SSSL)
-RUN_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 \
- ${PREFIX}/etc/apache/srm.conf:${PORTSDIR}/www/apache
-.else
-RUN_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5
+RUN_DEPENDS= ${PREFIX}/etc/apache/srm.conf:${PORTSDIR}/www/apache
.endif
+USE_PERL5= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-perl=${PREFIX}/bin/perl