diff options
author | maya <maya@pkgsrc.org> | 2017-03-11 23:26:32 +0000 |
---|---|---|
committer | maya <maya@pkgsrc.org> | 2017-03-11 23:26:32 +0000 |
commit | 326629e9e0755e26564aa6967daacd8618a5a91a (patch) | |
tree | 82ac2e2ce8ae72eea21ecdbf9e34897a84fb6704 | |
parent | e7f555563d29c547b4ffaaeea9d2f090df2f152e (diff) | |
download | pkgsrc-326629e9e0755e26564aa6967daacd8618a5a91a.tar.gz |
More tree unbreaking after rename of p5-libapreq.
-rw-r--r-- | devel/rt-mysql/Makefile.common | 5 | ||||
-rw-r--r-- | devel/rt3/Makefile | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/devel/rt-mysql/Makefile.common b/devel/rt-mysql/Makefile.common index 8985417ae16..e27f6f78787 100644 --- a/devel/rt-mysql/Makefile.common +++ b/devel/rt-mysql/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.21 2015/07/12 18:56:21 wiz Exp $ +# $NetBSD: Makefile.common,v 1.22 2017/03/11 23:26:32 maya Exp $ # used by devel/rt-mysql/Makefile # used by devel/rt-pgsql/Makefile @@ -85,7 +85,7 @@ DEPENDS+= p5-MLDBM-[0-9]*:../../databases/p5-MLDBM DEPENDS+= p5-Params-Validate>=0.02:../../devel/p5-Params-Validate DEPENDS+= p5-HTML-Mason>=1.02:../../www/p5-HTML-Mason #DEPENDS+= {perl>=5.004,p5-CGI-[0-9]*}:../../www/p5-CGI -DEPENDS+= p5-libapreq2-[0-9]*:../../www/p5-libapreq2 +DEPENDS+= p5-${APACHE_PKG_PREFIX}-libapreq2-[0-9]*:../../www/p5-libapreq2 DEPENDS+= p5-Apache-Session>=1.53:../../www/p5-Apache-Session DEPENDS+= p5-TimeDate-[0-9]*:../../time/p5-TimeDate DEPENDS+= p5-MIME-tools>=5.108:../../mail/p5-MIME-tools @@ -127,4 +127,5 @@ pre-build: ${ECHO} '#define DATABASE_LIBRARY_PATH "${RT_DB_PATH}"' >> config.h; \ ${ECHO} '#define RT_GROUP "${RT_GROUP}"' >> config.h ) +.include "../../mk/apache.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/rt3/Makefile b/devel/rt3/Makefile index 4975b5523f1..27147681be0 100644 --- a/devel/rt3/Makefile +++ b/devel/rt3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.60 2016/06/08 19:23:48 wiz Exp $ +# $NetBSD: Makefile,v 1.61 2017/03/11 23:26:32 maya Exp $ DISTNAME= rt-3.8.17 PKGREVISION= 7 @@ -82,7 +82,7 @@ DEPENDS+= p5-GnuPG-Interface-[0-9]*:../../security/p5-GnuPG-Interface # Front-end dependencies: .if !empty(PKG_OPTIONS:Mmodperl1) -DEPENDS+= p5-libapreq>=1.2:../../www/p5-libapreq +DEPENDS+= p5-${APACHE_PKG_PREFIX}-libapreq>=1.2:../../www/p5-libapreq DEPENDS+= p5-Apache-DBI>=0.92:../../databases/p5-Apache-DBI .elif !empty(PKG_OPTIONS:Mmodperl2) DEPENDS+= p5-Apache-DBI>=0.92:../../databases/p5-Apache-DBI @@ -148,4 +148,5 @@ post-extract: .include "Makefile.install" .include "../../databases/p5-DBI/buildlink3.mk" +.include "../../mk/apache.mk" .include "../../mk/bsd.pkg.mk" |