summaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorwiedi <wiedi@pkgsrc.org>2017-09-25 13:15:52 +0000
committerwiedi <wiedi@pkgsrc.org>2017-09-25 13:15:52 +0000
commit56407e8be989663ee9fcbb40ad73bca3fbcc566f (patch)
tree5f142024ed2d9d991d8e5176522e30daf0fa7c6b /converters
parent5ea69a8428a5c4398f56cc460d23f3ffc9876feb (diff)
downloadpkgsrc-56407e8be989663ee9fcbb40ad73bca3fbcc566f.tar.gz
libstaroffice: add missing zlib buildlink
Diffstat (limited to 'converters')
-rw-r--r--converters/libstaroffice/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/converters/libstaroffice/Makefile b/converters/libstaroffice/Makefile
index b9aeb86fa79..ce4517a62df 100644
--- a/converters/libstaroffice/Makefile
+++ b/converters/libstaroffice/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2017/08/24 20:03:07 adam Exp $
+# $NetBSD: Makefile,v 1.4 2017/09/25 13:15:52 wiedi Exp $
DISTNAME= libstaroffice-0.0.2
PKGREVISION= 2
@@ -23,4 +23,5 @@ PKGCONFIG_OVERRIDE+= libstaroffice.pc.in
.include "../../converters/librevenge/buildlink3.mk"
.include "../../devel/boost-libs/buildlink3.mk"
+.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"