diff options
author | pettai <pettai> | 2011-03-12 19:55:41 +0000 |
---|---|---|
committer | pettai <pettai> | 2011-03-12 19:55:41 +0000 |
commit | 385a2aa5d260b01f561e33d84e358ce9d6d3b9cd (patch) | |
tree | 6ec52aa214b1681241e1228b15914eaa503d1455 /security | |
parent | 29122e290c6a1f18a3fd95a7af2348e69f17b81b (diff) | |
download | pkgsrc-385a2aa5d260b01f561e33d84e358ce9d6d3b9cd.tar.gz |
Fix build + installation errors.
Diffstat (limited to 'security')
-rw-r--r-- | security/opensaml/Makefile | 3 | ||||
-rw-r--r-- | security/opensaml/PLIST | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/security/opensaml/Makefile b/security/opensaml/Makefile index 909b994e545..5bcec7f90bd 100644 --- a/security/opensaml/Makefile +++ b/security/opensaml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2011/02/23 09:11:09 adam Exp $ +# $NetBSD: Makefile,v 1.5 2011/03/12 19:55:41 pettai Exp $ DISTNAME= opensaml-2.4.1 CATEGORIES= security @@ -23,4 +23,5 @@ CONFIGURE_ARGS+= --disable-doxygen-doc .include "../../security/xml-security-c/buildlink3.mk" .include "../../textproc/xerces-c/buildlink3.mk" .include "../../textproc/xmltooling/buildlink3.mk" +.include "../../www/curl/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/security/opensaml/PLIST b/security/opensaml/PLIST index 8bfc7b177bb..c5113d395c8 100644 --- a/security/opensaml/PLIST +++ b/security/opensaml/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2011/02/23 09:11:09 adam Exp $ +@comment $NetBSD: PLIST,v 1.4 2011/03/12 19:55:41 pettai Exp $ bin/samlsign include/saml/Assertion.h include/saml/RootObject.h @@ -50,7 +50,7 @@ include/saml/version.h lib/libsaml.a lib/libsaml.so lib/libsaml.so.7 -lib/libsaml.so.7.0.0 +lib/libsaml.so.7.0.1 lib/pkgconfig/opensaml.pc share/doc/opensaml-${PKGVERSION}/LICENSE.txt share/doc/opensaml-${PKGVERSION}/LOG4CPP.LICENSE |