diff options
author | spz <spz@pkgsrc.org> | 2010-02-06 13:58:06 +0000 |
---|---|---|
committer | spz <spz@pkgsrc.org> | 2010-02-06 13:58:06 +0000 |
commit | 457f222f4218683770e0ee923e0038e8d3b2749a (patch) | |
tree | 6814ef77c97703ec605aaf803d75240e19aa1fc7 | |
parent | 48a74f5312b9466da35da861a09f5879ad2eddf5 (diff) | |
download | pkgsrc-457f222f4218683770e0ee923e0038e8d3b2749a.tar.gz |
include mk/apache.mk instead of www/apache/buildlink3.mk.
Fixes PR pkg/29688
-rw-r--r-- | net/hobbitmon/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/hobbitmon/Makefile b/net/hobbitmon/Makefile index aa36759ec24..1538104da20 100644 --- a/net/hobbitmon/Makefile +++ b/net/hobbitmon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2010/01/17 12:02:32 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2010/02/06 13:58:06 spz Exp $ # DISTNAME= hobbit-4.0-beta6 @@ -76,6 +76,6 @@ MAKE_ENV+= PKGDIR=${PREFIX:Q} .include "../../security/openssl/buildlink3.mk" .include "../../graphics/png/buildlink3.mk" .include "../../devel/pcre/buildlink3.mk" -.include "../../www/apache/buildlink3.mk" +.include "../../mk/apache.mk" .include "../../mk/bsd.pkg.mk" |