summaryrefslogtreecommitdiff
path: root/net/samba
diff options
context:
space:
mode:
authorjlam <jlam>2002-01-30 03:36:09 +0000
committerjlam <jlam>2002-01-30 03:36:09 +0000
commitd0aa00c28e1650d9dee3e3c505dc5c00ab4311d7 (patch)
tree6e59a6615b2b4283629012be154e4624e4197d37 /net/samba
parent5b300558aa832d8f234d14f0883c85e1c49bcda3 (diff)
downloadpkgsrc-d0aa00c28e1650d9dee3e3c505dc5c00ab4311d7.tar.gz
When built with PAM support, add USE_PAM to BUILD_DEFS.
Diffstat (limited to 'net/samba')
-rw-r--r--net/samba/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/samba/Makefile b/net/samba/Makefile
index bd6617d4061..c5d7edc2519 100644
--- a/net/samba/Makefile
+++ b/net/samba/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.73 2001/12/18 20:23:00 jlam Exp $
+# $NetBSD: Makefile,v 1.74 2002/01/30 03:36:09 jlam Exp $
DISTNAME= samba-2.2.2
WRKSRC= ${WRKDIR}/${DISTNAME}/source
@@ -57,6 +57,7 @@ BUILD_DEFS+= USE_CUPS
.if defined(USE_PAM)
.include "../../security/PAM/buildlink.mk"
+BUILD_DEFS+= USE_PAM
CONFIGURE_ARGS+= --with-pam
.endif