diff options
author | tron <tron@pkgsrc.org> | 2010-02-16 10:37:31 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2010-02-16 10:37:31 +0000 |
commit | cc9b54deff3de5bf6bfc72f9d258b1f4538adbee (patch) | |
tree | b202db7bd114980f33b74ecd283d2f2e27025865 | |
parent | 0faee1901a26a220f7471b7109945022b6f8c0cd (diff) | |
download | pkgsrc-cc9b54deff3de5bf6bfc72f9d258b1f4538adbee.tar.gz |
Pullup ticket #3008 - requested by dholland
hobbitmon: build fix
Revisions pulled up:
- net/hobbitmon/Makefile 1.26
---
Module Name: pkgsrc
Committed By: spz
Date: Sat Feb 6 13:58:06 UTC 2010
Modified Files:
pkgsrc/net/hobbitmon: Makefile
Log Message:
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 cbca925c68b..b07dc6f61da 100644 --- a/net/hobbitmon/Makefile +++ b/net/hobbitmon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2009/03/22 04:53:39 manu Exp $ +# $NetBSD: Makefile,v 1.24.8.1 2010/02/16 10:37:31 tron 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" |