Index: GNUmakefile =================================================================== --- GNUmakefile (revision 498) +++ GNUmakefile (revision 499) @@ -1,20 +1,23 @@ ############################################################################## -# $HeadURL: http://svn.dev.rambler.ru/Contenido/trunk/ports/all/libapreq/GNUmakefile $ -# $Id: GNUmakefile 175 2006-06-16 12:50:03Z lonerr $ +# ############################################################################### include ../../etc/perl.mk - ifeq (${shell perl -e 'print 1 if ${PERL_LEVEL}<500600'},1) PORTVERSION = 1.2 else -PORTVERSION = 1.33 +PORTVERSION = 1.34 endif PERL_MAKEMAKER = yes MASTER_CPAN_SUBDIR = Apache -PORT_DEPENDS = mod_perl +PORT_DEPENDS = mod_perl \ + Apache-Test +CONFIGURE_POSTCMD = ${MAKE_RECURSIVE} post-configure +post-configure: + ${PERL} ${PORTDIR}/patch_configs.pl ${WRKSRC} + include ../../etc/ports.mk