diff options
author | tv <tv@pkgsrc.org> | 2005-04-11 21:44:48 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-04-11 21:44:48 +0000 |
commit | 915c0d730df55e4ddf04b9d9e07f7603057636e4 (patch) | |
tree | 2d8b7b078f159a824fcd53503d6096a145f0f177 /www/ap-perl | |
parent | 7453f22416c9b37d26567190d2eaf0f2af6b40fd (diff) | |
download | pkgsrc-915c0d730df55e4ddf04b9d9e07f7603057636e4.tar.gz |
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Diffstat (limited to 'www/ap-perl')
-rw-r--r-- | www/ap-perl/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/ap-perl/Makefile b/www/ap-perl/Makefile index c5e39d17f9b..8100a14e377 100644 --- a/www/ap-perl/Makefile +++ b/www/ap-perl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2004/09/15 14:51:42 jlam Exp $ +# $NetBSD: Makefile,v 1.35 2005/04/11 21:47:50 tv Exp $ # DISTNAME= mod_perl-1.29 @@ -17,7 +17,6 @@ CONFLICTS= ap2-perl-[0-9]* DEPENDS+= ${BUILDLINK_DEPENDS.apache}:../../www/apache DEPENDS+= p5-BSD-Resource>=1.10:../../devel/p5-BSD-Resource -USE_BUILDLINK3= YES APACHE_MODULE= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/mod_perl/.packlist |