summaryrefslogtreecommitdiff
path: root/security/crudesaml/Makefile.common
diff options
context:
space:
mode:
authormanu <manu>2014-07-22 09:47:37 +0000
committermanu <manu>2014-07-22 09:47:37 +0000
commit67a94b06f0dcc4a38e76a4017dbb2ba115d8de8b (patch)
tree8ba7ff2aca9be9b142e60614ac7ce60fc03d354f /security/crudesaml/Makefile.common
parent26476d37c52ae5e16e62bbee27865cc08bdc6219 (diff)
downloadpkgsrc-67a94b06f0dcc4a38e76a4017dbb2ba115d8de8b.tar.gz
Bug fix from upstream so that SAML assertion are correctly readen.
Diffstat (limited to 'security/crudesaml/Makefile.common')
-rw-r--r--security/crudesaml/Makefile.common8
1 files changed, 4 insertions, 4 deletions
diff --git a/security/crudesaml/Makefile.common b/security/crudesaml/Makefile.common
index 0db680b2b99..c32be8fc06c 100644
--- a/security/crudesaml/Makefile.common
+++ b/security/crudesaml/Makefile.common
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile.common,v 1.8 2014/01/09 05:07:05 obache Exp $
+# $NetBSD: Makefile.common,v 1.9 2014/07/22 09:47:37 manu Exp $
#
# used by security/cy2-saml/Makefile
# used by security/pam-saml/Makefile
DISTNAME= crudesaml-1.4
+PKGREVISION= 1
CATEGORIES= security
MASTER_SITES= http://ftp.espci.fr/pub/crudesaml/
@@ -15,10 +16,9 @@ USE_TOOLS+= pkg-config
USE_LANGUAGES+= c
DISTINFO_FILE= ${.CURDIR}/../../security/crudesaml/distinfo
+PATCHDIR= ${.CURDIR}/../../security/crudesaml/patches
-CONFIGURE_ARGS+=--with-sasl2=${BUILDLINK_PREFIX.cyrus-sasl}
-CONFIGURE_ARGS+=--with-lasso=${BUILDLINK_PREFIX.lasso}
-CONFIGURE_ARGS+=--with-pam=${PAMBASE}
+CONFIGURE_ARGS+=--with-sasl2=${PREFIX}
.include "../../security/cyrus-sasl/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"