diff options
author | dsainty <dsainty@pkgsrc.org> | 2009-01-08 03:43:31 +0000 |
---|---|---|
committer | dsainty <dsainty@pkgsrc.org> | 2009-01-08 03:43:31 +0000 |
commit | acd26025d23939881242d500ecdf240a9a313bbd (patch) | |
tree | d9e9ed2d04f5d0c36274693308f75aa686b3bff4 | |
parent | 4bd675518aa7ffd40539962c051d48af9bb9236b (diff) | |
download | pkgsrc-acd26025d23939881242d500ecdf240a9a313bbd.tar.gz |
Buildlink in the required devel/zlib. Fixes build on systems where native zlib (header) is not installed.
-rw-r--r-- | textproc/xapian/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/xapian/Makefile b/textproc/xapian/Makefile index 13843b8e12d..5c3533aa1b8 100644 --- a/textproc/xapian/Makefile +++ b/textproc/xapian/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2009/01/07 22:39:38 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2009/01/08 03:43:31 dsainty Exp $ # DISTNAME= xapian-core-1.0.10 @@ -14,4 +14,5 @@ GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_LANGUAGES= c c++ +.include "../../devel/zlib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |