summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pkgtools/port2pkg/Makefile4
-rw-r--r--www/p5-Apache-ASP/Makefile10
2 files changed, 6 insertions, 8 deletions
diff --git a/pkgtools/port2pkg/Makefile b/pkgtools/port2pkg/Makefile
index 3c6c9f38aa5..180d5172652 100644
--- a/pkgtools/port2pkg/Makefile
+++ b/pkgtools/port2pkg/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2000/05/12 10:07:34 sakamoto Exp $
+# $NetBSD: Makefile,v 1.7 2000/07/27 16:29:05 hubertf Exp $
#
DISTNAME= port2pkg-1.5
@@ -8,7 +8,7 @@ DISTFILES= # empty
MAINTAINER= sakamoto@netbsd.org
-RUN_DEPENDS+= pkglint:../../pkgtools/pkglint
+DEPENDS+= pkglint-[0-9]*:../../pkgtools/pkglint
USE_PERL5= YES
diff --git a/www/p5-Apache-ASP/Makefile b/www/p5-Apache-ASP/Makefile
index db5329e8867..0470599cb5f 100644
--- a/www/p5-Apache-ASP/Makefile
+++ b/www/p5-Apache-ASP/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2000/02/15 09:26:25 agc Exp $
+# $NetBSD: Makefile,v 1.5 2000/07/27 16:32:01 hubertf Exp $
#
DISTNAME= Apache-ASP-0.05
@@ -9,11 +9,9 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Apache/CHAMAS/}
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://theory.uwinnipeg.ca/CPAN/data/Apache-ASP/ASP.html
-# all other needs are already pulled in by p5-libwww
-BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/URI/URL.pm:../../www/p5-libwww
-BUILD_DEPENDS+= ${PREFIX}/lib/perl5/site_perl/MLDBM.pm:../../devel/p5-MLDBM
-BUILD_DEPENDS+= ${PREFIX}/lib/httpd/mod_perl.so:../../www/ap-perl
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+DEPENDS+= libwww-perl-5.*:../../www/p5-libwww
+DEPENDS+= MLDBM-2.*:devel/p5-MLDBM
+DEPENDS+= mod_perl-1.*:../../www/ap-perl
USE_PERL5= YES