summaryrefslogtreecommitdiff
path: root/textproc/libxml2
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2015-03-11 22:53:10 +0000
committertnn <tnn@pkgsrc.org>2015-03-11 22:53:10 +0000
commit1a2e3fa1afcd5f7c2dc53899df701c08eb03ca75 (patch)
tree60fff39877f1e01e1f3a6f76b37e72d02afe72be /textproc/libxml2
parent2d39748e2236098c2e69667a98959fcd7e81469b (diff)
downloadpkgsrc-1a2e3fa1afcd5f7c2dc53899df701c08eb03ca75.tar.gz
needs dlopen (xmlmodule.c)
Diffstat (limited to 'textproc/libxml2')
-rw-r--r--textproc/libxml2/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile
index d60d82026d2..67acfcf5d2f 100644
--- a/textproc/libxml2/Makefile
+++ b/textproc/libxml2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.134 2014/12/15 11:07:09 jperkin Exp $
+# $NetBSD: Makefile,v 1.135 2015/03/11 22:53:10 tnn Exp $
DISTNAME= libxml2-2.9.2
PKGREVISION= 1
@@ -50,5 +50,6 @@ LDFLAGS.SCO_SV+= -lm
.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../textproc/xmlcatmgr/catalogs.mk"
+.include "../../mk/dlopen.buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"