summaryrefslogtreecommitdiff
path: root/www/ap-perl
diff options
context:
space:
mode:
authorrh <rh>1999-12-02 21:03:35 +0000
committerrh <rh>1999-12-02 21:03:35 +0000
commit92b1b453d6c00d308763351e6b8a5d9e1e2c88c3 (patch)
treef9d50774f2ee7e692efc1652efbb73d9a2c06b9a /www/ap-perl
parentcff7ae68ce3f74a7528e83e3b02d0b441b9c5a5e (diff)
downloadpkgsrc-92b1b453d6c00d308763351e6b8a5d9e1e2c88c3.tar.gz
Wildcard dependencies, fix pkglint woes.
Diffstat (limited to 'www/ap-perl')
-rw-r--r--www/ap-perl/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/www/ap-perl/Makefile b/www/ap-perl/Makefile
index 9c36902d1c1..912d8a80ee5 100644
--- a/www/ap-perl/Makefile
+++ b/www/ap-perl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 1999/05/04 20:16:35 tv Exp $
+# $NetBSD: Makefile,v 1.7 1999/12/02 21:03:35 rh Exp $
#
DISTNAME= mod_perl-1.19
@@ -9,8 +9,9 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Apache/}
MAINTAINER= tv@netbsd.org
HOMEPAGE= http://perl.apache.org/
-DEPENDS= libperl-5.00404:../../lang/libperl \
- apache-1.3.6p0:../../www/apache
+DEPENDS+= libperl-5.*:../../lang/libperl
+DEPENDS+= apache-1.3.*:../../www/apache
+
USE_PERL5= yes
MAKE_ENV= DYNALOADER_OBJ_PIC="${PREFIX}/lib/perl5/${MACHINE_ARCH}-${LOWER_OPSYS}/5.00404/DynaLoader_pic.o"