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
commit667dffcbaa92cc19c17131b8f5c8eee3626c6fe3 (patch)
tree6e59a6615b2b4283629012be154e4624e4197d37 /net/samba
parent1ccb7851539abbccbbd58e0ef6d39f3b90d7fb28 (diff)
downloadpkgsrc-667dffcbaa92cc19c17131b8f5c8eee3626c6fe3.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