diff options
author | dsainty <dsainty> | 2009-01-08 03:43:31 +0000 |
---|---|---|
committer | dsainty <dsainty> | 2009-01-08 03:43:31 +0000 |
commit | 46b7593a013367b2b7c7982e0ca87f5c3f4922fe (patch) | |
tree | d9e9ed2d04f5d0c36274693308f75aa686b3bff4 /textproc | |
parent | fe224b8f347df1ae7f24de1f599f4cae66378b34 (diff) | |
download | pkgsrc-46b7593a013367b2b7c7982e0ca87f5c3f4922fe.tar.gz |
Buildlink in the required devel/zlib. Fixes build on systems where native zlib (header) is not installed.
Diffstat (limited to 'textproc')
-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" |