Mon Apr 30 06:52:06 2018 UTC ()
Remove required version


(ryoon)
diff -r1.18 -r1.19 pkgsrc/security/xml-security-c/Makefile

cvs diff -r1.18 -r1.19 pkgsrc/security/xml-security-c/Makefile (expand / switch to unified diff)

--- pkgsrc/security/xml-security-c/Makefile 2018/04/30 05:25:24 1.18
+++ pkgsrc/security/xml-security-c/Makefile 2018/04/30 06:52:06 1.19
@@ -1,21 +1,20 @@ @@ -1,21 +1,20 @@
1# $NetBSD: Makefile,v 1.18 2018/04/30 05:25:24 ryoon Exp $ 1# $NetBSD: Makefile,v 1.19 2018/04/30 06:52:06 ryoon Exp $
2 2
3DISTNAME= xml-security-c-1.7.3 3DISTNAME= xml-security-c-1.7.3
4CATEGORIES= security devel 4CATEGORIES= security devel
5MASTER_SITES= ${MASTER_SITE_APACHE:=/santuario/c-library/} 5MASTER_SITES= ${MASTER_SITE_APACHE:=/santuario/c-library/}
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= http://santuario.apache.org/ 8HOMEPAGE= http://santuario.apache.org/
9COMMENT= XML Digital Signature specification implementation 9COMMENT= XML Digital Signature specification implementation
10LICENSE= apache-2.0 10LICENSE= apache-2.0
11 11
12USE_LANGUAGES= c c++11 12USE_LANGUAGES= c c++11
13USE_LIBTOOL= yes 13USE_LIBTOOL= yes
14USE_TOOLS+= gmake pkg-config 14USE_TOOLS+= gmake pkg-config
15GNU_CONFIGURE= yes 15GNU_CONFIGURE= yes
16CONFIGURE_ENV+= XERCESCROOT="${BUILDLINK_PREFIX.xerces-c}" 16CONFIGURE_ENV+= XERCESCROOT="${BUILDLINK_PREFIX.xerces-c}"
17 17
18BUILDLINK_API_DEPENDS.openssl+= openssl>=1.1 
19.include "../../security/openssl/buildlink3.mk" 18.include "../../security/openssl/buildlink3.mk"
20.include "../../textproc/xerces-c/buildlink3.mk" 19.include "../../textproc/xerces-c/buildlink3.mk"
21.include "../../mk/bsd.pkg.mk" 20.include "../../mk/bsd.pkg.mk"