diff options
author | rodent <rodent@pkgsrc.org> | 2013-04-06 14:09:32 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2013-04-06 14:09:32 +0000 |
commit | 793236d9b1c719a192d6f9e2daf8cd70891954e6 (patch) | |
tree | b1a47c4b85dd86a32cbeaa571b472bab98424692 /security | |
parent | d590887fa36cf92b7e2167e239aa0e604f3e5146 (diff) | |
download | pkgsrc-793236d9b1c719a192d6f9e2daf8cd70891954e6.tar.gz |
Various MASTER_SITES-related fixes.
Diffstat (limited to 'security')
-rw-r--r-- | security/xml-security-c/Makefile | 16 |
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" |