since apache-httpd's LIB_DEPENDS changed and ap2-mod_perl used it

indirectly via WANTLIB instead of pulling it in itself, we now have to
do so; p++

ok bernd@
This commit is contained in:
simon 2009-04-09 18:37:35 +00:00
parent 6ce3f0a929
commit 432dc167e2

View File

@ -1,12 +1,12 @@
# $OpenBSD: Makefile,v 1.13 2008/10/02 20:34:13 sthen Exp $
# $OpenBSD: Makefile,v 1.14 2009/04/09 18:37:35 simon Exp $
COMMENT= module that embeds a Perl interpreter into Apache2
DISTNAME= mod_perl-2.0.4
PKGNAME= ap2-${DISTNAME}p1
PKGNAME= ap2-${DISTNAME}p2
CATEGORIES= www net
WANTLIB= c m perl util apr-1 aprutil-1 db expat
WANTLIB= c m perl util db expat
MODULES= cpan converters/libiconv
MASTER_SITES= http://perl.apache.org/dist/ \
${MASTER_SITE_PERL_CPAN:=Apache/}
@ -22,6 +22,8 @@ PERMIT_DISTFILES_FTP= Yes
SHARED_ONLY= Yes
CONFIGURE_ARGS+= MP_APXS=${LOCALBASE}/sbin/apxs2
LIB_DEPENDS= apr-1::devel/apr \
aprutil-1::devel/apr-util
RUN_DEPENDS= ::www/apache-httpd
BUILD_DEPENDS= ${RUN_DEPENDS} \
:p5-Apache-Test->=1.29:www/p5-Apache-Test