diff options
author | jlam <jlam> | 2003-02-04 08:54:28 +0000 |
---|---|---|
committer | jlam <jlam> | 2003-02-04 08:54:28 +0000 |
commit | 190658b87a2af590db280c1f7bdee9f3c6bdd639 (patch) | |
tree | 0e82fab2593018319caaa01f25395ce59fa3a041 /www | |
parent | 04314a2df78ed702df48785f8a130ad571f26e6c (diff) | |
download | pkgsrc-190658b87a2af590db280c1f7bdee9f3c6bdd639.tar.gz |
Note that this is an APACHE_MODULE, which will automatically turn the
apache dependency into a "full" one.
Diffstat (limited to 'www')
-rw-r--r-- | www/ap2-perl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ap2-perl/Makefile b/www/ap2-perl/Makefile index 69a1cf16f45..c0752ed636a 100644 --- a/www/ap2-perl/Makefile +++ b/www/ap2-perl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2003/02/03 20:18:03 drochner Exp $ +# $NetBSD: Makefile,v 1.5 2003/02/04 08:54:28 jlam Exp $ # # NOTE: This package is *BETA*. If it doesn't work, then check the # modperl-2.0 mailing lists for help. @@ -13,9 +13,9 @@ HOMEPAGE= http://perl.apache.org/ COMMENT= Module that embeds a Perl interpreter into Apache USE_BUILDLINK2= # defined +APACHE_MODULE= # defined PERL5_REQD= 5.6.0 PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/mod_perl/.packlist -BUILDLINK_DEPMETHOD.apache= full MAKE_PARAMS+= MP_APXS=${APXS} |