summaryrefslogtreecommitdiff
path: root/security/xml-security-c
diff options
context:
space:
mode:
authorrodent <rodent>2013-04-06 14:09:32 +0000
committerrodent <rodent>2013-04-06 14:09:32 +0000
commitbfc303a7db8aae10577ffaad8dd01e54643dd40d (patch)
treeb1a47c4b85dd86a32cbeaa571b472bab98424692 /security/xml-security-c
parent0991f5747823d305151d2ca8286fc028ac9f6605 (diff)
downloadpkgsrc-bfc303a7db8aae10577ffaad8dd01e54643dd40d.tar.gz
Various MASTER_SITES-related fixes.
Diffstat (limited to 'security/xml-security-c')
-rw-r--r--security/xml-security-c/Makefile16
1 files changed, 7 insertions, 9 deletions
diff --git a/security/xml-security-c/Makefile b/security/xml-security-c/Makefile
index a0cc0f71fa9..d6bd0bc8fc3 100644
--- a/security/xml-security-c/Makefile
+++ b/security/xml-security-c/Makefile
@@ -1,22 +1,20 @@
-# $NetBSD: Makefile,v 1.11 2013/02/06 23:21:03 jperkin Exp $
+# $NetBSD: Makefile,v 1.12 2013/04/06 14:09:34 rodent Exp $
DISTNAME= xml-security-c-1.6.1
PKGREVISION= 1
CATEGORIES= security devel
-MASTER_SITES= http://apache.dataphone.se/santuario/c-library/ \
- http://www.apache.org/dist//santuario/c-library/
-
+MASTER_SITES= ${MASTER_SITE_APACHE:=/santuario/c-library/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://santuario.apache.org/
COMMENT= XML Digital Signature specification implementation
LICENSE= apache-2.0
-USE_LANGUAGES= c c++
-USE_LIBTOOL= yes
-USE_TOOLS+= gmake pkg-config
-GNU_CONFIGURE= yes
-CONFIGURE_ENV+= XERCESCROOT="${BUILDLINK_PREFIX.xerces-c}"
+USE_LANGUAGES= c c++
+USE_LIBTOOL= yes
+USE_TOOLS+= gmake pkg-config
+GNU_CONFIGURE= yes
+CONFIGURE_ENV+= XERCESCROOT="${BUILDLINK_PREFIX.xerces-c}"
BUILDLINK_API_DEPENDS.openssl+= openssl>=0.9.7
.include "../../security/openssl/buildlink3.mk"