diff options
author | obache <obache@pkgsrc.org> | 2014-01-09 05:07:05 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-01-09 05:07:05 +0000 |
commit | 86b3c11a25ef68bb0645d7fd21d0a1a77574e3ab (patch) | |
tree | d41907a16c9a9afa22ed4130f321360369b37f3f /security | |
parent | 6ce3f69277f4902d4d26bdfb13da32aad0c3cdd3 (diff) | |
download | pkgsrc-86b3c11a25ef68bb0645d7fd21d0a1a77574e3ab.tar.gz |
exactly specify base directory of using packages for configure.
Diffstat (limited to 'security')
-rw-r--r-- | security/crudesaml/Makefile.common | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/security/crudesaml/Makefile.common b/security/crudesaml/Makefile.common index 5c4f0440f85..0db680b2b99 100644 --- a/security/crudesaml/Makefile.common +++ b/security/crudesaml/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.7 2012/11/08 08:48:13 manu Exp $ +# $NetBSD: Makefile.common,v 1.8 2014/01/09 05:07:05 obache Exp $ # # used by security/cy2-saml/Makefile # used by security/pam-saml/Makefile @@ -16,7 +16,9 @@ USE_LANGUAGES+= c DISTINFO_FILE= ${.CURDIR}/../../security/crudesaml/distinfo -CONFIGURE_ARGS+=--with-sasl2=${PREFIX} +CONFIGURE_ARGS+=--with-sasl2=${BUILDLINK_PREFIX.cyrus-sasl} +CONFIGURE_ARGS+=--with-lasso=${BUILDLINK_PREFIX.lasso} +CONFIGURE_ARGS+=--with-pam=${PAMBASE} .include "../../security/cyrus-sasl/buildlink3.mk" .include "../../textproc/libxml2/buildlink3.mk" |