diff options
author | joerg <joerg@pkgsrc.org> | 2007-06-30 16:09:07 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-06-30 16:09:07 +0000 |
commit | 7ac9657102da14256725f6ea9a12dfcec4edb900 (patch) | |
tree | 937ae49bd0c2d5e73016b6f95e069e9f5386aeb2 /www/p5-HTML-Mason | |
parent | 553144e26b5c5e700514977ab42540568e7e9a5d (diff) | |
download | pkgsrc-7ac9657102da14256725f6ea9a12dfcec4edb900.tar.gz |
Change naming of Apache 2.2 modules to use ap22 prefix.
Allow apache22 in some more case and add a hack to devel/subversion
to determine the module by the state of the apache22 option.
This comes from www/ap2-subversion and should be fixed to properly
use build options or so.
OK agc@
Diffstat (limited to 'www/p5-HTML-Mason')
-rw-r--r-- | www/p5-HTML-Mason/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/p5-HTML-Mason/Makefile b/www/p5-HTML-Mason/Makefile index 12cdf690540..6f25fec1ca0 100644 --- a/www/p5-HTML-Mason/Makefile +++ b/www/p5-HTML-Mason/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2007/06/08 12:25:06 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2007/06/30 16:09:09 joerg Exp $ DISTNAME= HTML-Mason-1.3101 PKGNAME= p5-HTML-Mason-1.31.1 @@ -30,7 +30,7 @@ PKG_SUGGESTED_OPTIONS= modperl . if ${PKG_APACHE} == "apache13" DEPENDS+= p5-libapreq>=0.32:../../www/p5-libapreq .include "../../www/ap-perl/buildlink3.mk" -. elif ${PKG_APACHE} == "apache2" +. elif ${PKG_APACHE} == "apache2" || ${PKG_APACHE} == "apache22" DEPENDS+= p5-libapreq2-[0-9]*:../../www/p5-libapreq2 .include "../../www/ap2-perl/buildlink3.mk" . endif |