summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2000-03-04 01:58:58 +0000
committerhubertf <hubertf@pkgsrc.org>2000-03-04 01:58:58 +0000
commit5a66cad46a3d57586b55952aab75aa04397cdd7a (patch)
tree1325a1e41cc5c85d22e4e14342fc43b6da0789b1 /www
parent99e511f54677cebb15cfb99767768e0931873bfc (diff)
downloadpkgsrc-5a66cad46a3d57586b55952aab75aa04397cdd7a.tar.gz
Remove assignment of same value to RUN_DEPENDS and BUILD_DEPENDS
by DEPENDS (which fixes the wrong syntax for RUN_DEPENDS, and doesn't use that any more).
Diffstat (limited to 'www')
-rw-r--r--www/p5-Apache-ePerl/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/www/p5-Apache-ePerl/Makefile b/www/p5-Apache-ePerl/Makefile
index f2c240c7426..4cd351de49b 100644
--- a/www/p5-Apache-ePerl/Makefile
+++ b/www/p5-Apache-ePerl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 1998/12/05 16:26:22 tv Exp $
+# $NetBSD: Makefile,v 1.2 2000/03/04 01:58:58 hubertf Exp $
#
DISTNAME= eperl-2.2.14
@@ -10,8 +10,7 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.engelschall.com/sw/eperl/
DEPENDS= eperl-2.2.14:../../textproc/eperl
-BUILD_DEPENDS= ${PREFIX}/lib/httpd/mod_perl.so:../../www/ap-perl
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+DEPENDS= ap-perl-1.19:../../www/ap-perl
WRKSRC= ${WRKDIR}/${DISTNAME}/mod/Apache