summaryrefslogtreecommitdiff
path: root/security/xmlsec1
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-12-14 20:34:42 +0000
committerminskim <minskim@pkgsrc.org>2004-12-14 20:34:42 +0000
commit454cd9af8b5b5ecbafdb2846b7448fc4c53bfccd (patch)
tree48a3daebe6b06a71bf9df3a8699abee53b7aa655 /security/xmlsec1
parent4fc2cc919e535f8e9884c4200c13e160736b2a68 (diff)
downloadpkgsrc-454cd9af8b5b5ecbafdb2846b7448fc4c53bfccd.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"