diff options
author | jlam <jlam@pkgsrc.org> | 2007-09-06 15:55:06 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2007-09-06 15:55:06 +0000 |
commit | f51a7b03240d6907d3664f01f5c4b91f4ed3512d (patch) | |
tree | af33da7ed8b217dc99fa1a8a7eb1ff74e467f970 /security/dropbear | |
parent | 917e0fd646fb841bd6b8f8ad1fc0cd0ef2f0c4ce (diff) | |
download | pkgsrc-f51a7b03240d6907d3664f01f5c4b91f4ed3512d.tar.gz |
For the "pam" package option, one needs to include pam.buildlink3.mk.
Diffstat (limited to 'security/dropbear')
-rw-r--r-- | security/dropbear/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/dropbear/Makefile b/security/dropbear/Makefile index b4f13792e25..f308aa0d1fd 100644 --- a/security/dropbear/Makefile +++ b/security/dropbear/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2007/09/05 21:08:06 drochner Exp $ +# $NetBSD: Makefile,v 1.21 2007/09/06 15:55:06 jlam Exp $ DISTNAME= dropbear-0.50 CATEGORIES= security @@ -16,6 +16,7 @@ PKG_SUPPORTED_OPTIONS= pam .include "../../mk/bsd.options.mk" .if !empty(PKG_OPTIONS:Mpam) +. include "../../mk/pam.buildlink3.mk" CONFIGURE_ARGS+= --enable-pam .endif |