summaryrefslogtreecommitdiff
path: root/net/samba
diff options
context:
space:
mode:
authorjlam <jlam>2004-01-11 00:33:03 +0000
committerjlam <jlam>2004-01-11 00:33:03 +0000
commit076a71c6bd9d59f7215bb7a760cd3c33e3d749cd (patch)
tree130a186742a706e403e71e05df5cf7586e7c8a56 /net/samba
parentc3a384f830953b80d9cbe82a954f023ff0b9fd99 (diff)
downloadpkgsrc-076a71c6bd9d59f7215bb7a760cd3c33e3d749cd.tar.gz
bl3ify
Diffstat (limited to 'net/samba')
-rw-r--r--net/samba/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/net/samba/Makefile b/net/samba/Makefile
index 410dc846a3a..f74decc024f 100644
--- a/net/samba/Makefile
+++ b/net/samba/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.107 2004/01/03 18:49:50 reed Exp $
+# $NetBSD: Makefile,v 1.108 2004/01/11 00:33:03 jlam Exp $
.include "Makefile.common"
PKGREVISION= 6
@@ -7,7 +7,7 @@ MAINTAINER= kim@tac.nyc.ny.us
HOMEPAGE= http://www.samba.org/
COMMENT= SMB/CIFS protocol server suite for UNIX
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
USE_PKGINSTALL= yes
INSTALL_EXTRA_TMPL+= ${.CURDIR}/INSTALL
@@ -21,19 +21,19 @@ CFLAGS+= -I${SSLBASE}/include/openssl # ssl.h, err.h
REPLACE_PERL+= script/findsmb.in
.if defined(USE_CUPS) && (${USE_CUPS} == "YES")
-.include "../../print/cups/buildlink2.mk"
+.include "../../print/cups/buildlink3.mk"
BUILD_DEFS+= USE_CUPS
CONFIGURE_ARGS+= --enable-cups
.endif
.if defined(USE_PAM)
-.include "../../security/PAM/buildlink2.mk"
+.include "../../security/PAM/buildlink3.mk"
BUILD_DEFS+= USE_PAM
CONFIGURE_ARGS+= --with-pam
.endif
.if defined(SAMBA_USE_LDAP) && ${SAMBA_USE_LDAP} == "YES"
-.include "../../databases/openldap/buildlink2.mk"
+.include "../../databases/openldap/buildlink3.mk"
BUILD_DEFS+= SAMBA_USE_LDAP
CONFIGURE_ARGS+= --with-ldapsam
PLIST_SUBST+= SAMBA_LDAP=""
@@ -114,7 +114,7 @@ post-install:
${INSTALL_SCRIPT} ${WRKSRC}/script/mksmbpasswd.sh \
${PREFIX}/sbin/mksmbpasswd
-.include "../../devel/readline/buildlink2.mk"
-.include "../../security/openssl/buildlink2.mk"
+.include "../../devel/readline/buildlink3.mk"
+.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"