diff options
-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" |