summaryrefslogtreecommitdiff
path: root/textproc/xapian
diff options
context:
space:
mode:
authordsainty <dsainty>2009-01-08 03:43:31 +0000
committerdsainty <dsainty>2009-01-08 03:43:31 +0000
commitec39686b395e1dfee10bc04712d2dc3e40615bd7 (patch)
treed9e9ed2d04f5d0c36274693308f75aa686b3bff4 /textproc/xapian
parent00a1a669d0d51e568b74139d9ad4316e32a9d659 (diff)
downloadpkgsrc-ec39686b395e1dfee10bc04712d2dc3e40615bd7.tar.gz
Buildlink in the required devel/zlib. Fixes build on systems where native zlib (header) is not installed.
Diffstat (limited to 'textproc/xapian')
-rw-r--r--textproc/xapian/Makefile3
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"