summaryrefslogtreecommitdiff
path: root/security/xmlsec1
diff options
context:
space:
mode:
authorminskim <minskim>2004-12-14 20:34:42 +0000
committerminskim <minskim>2004-12-14 20:34:42 +0000
commita89e0f608acb82b5684d4226d5e91a7bc16b72cd (patch)
tree48a3daebe6b06a71bf9df3a8699abee53b7aa655 /security/xmlsec1
parentbe4d945ab0fede0640ae56fd91d87fb9d09b41db (diff)
downloadpkgsrc-a89e0f608acb82b5684d4226d5e91a7bc16b72cd.tar.gz
Add build dependency on pkgconfig.
Diffstat (limited to 'security/xmlsec1')
-rw-r--r--security/xmlsec1/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/xmlsec1/Makefile b/security/xmlsec1/Makefile
index 1e7102c0b39..40c674b901d 100644
--- a/security/xmlsec1/Makefile
+++ b/security/xmlsec1/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2004/12/14 20:29:05 minskim Exp $
+# $NetBSD: Makefile,v 1.4 2004/12/14 20:34:42 minskim Exp $
#
DISTNAME= xmlsec1-1.2.6
@@ -22,6 +22,7 @@ GNU_CONFIGURE= yes
#CONFIGURE_ARGS+= --without-openssl
CONFIGURE_ARGS+= --without-gnutls
+.include "../../devel/pkgconfig/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
#.include "../../security/gnutls/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"