summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2007-09-06 15:55:06 +0000
committerjlam <jlam@pkgsrc.org>2007-09-06 15:55:06 +0000
commitf51a7b03240d6907d3664f01f5c4b91f4ed3512d (patch)
treeaf33da7ed8b217dc99fa1a8a7eb1ff74e467f970 /security
parent917e0fd646fb841bd6b8f8ad1fc0cd0ef2f0c4ce (diff)
downloadpkgsrc-f51a7b03240d6907d3664f01f5c4b91f4ed3512d.tar.gz
For the "pam" package option, one needs to include pam.buildlink3.mk.
Diffstat (limited to 'security')
-rw-r--r--security/dropbear/Makefile3
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