diff options
author | hubertf <hubertf> | 2000-03-04 01:58:58 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2000-03-04 01:58:58 +0000 |
commit | 6e77b9f539e1aa34d986eac54302400d9d60d24d (patch) | |
tree | 1325a1e41cc5c85d22e4e14342fc43b6da0789b1 /www | |
parent | be9ad46273803fe747dd14ee3e34dacd38cb2a54 (diff) | |
download | pkgsrc-6e77b9f539e1aa34d986eac54302400d9d60d24d.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/Makefile | 5 |
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 |