summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsborrill <sborrill>2010-04-14 14:51:00 +0000
committersborrill <sborrill>2010-04-14 14:51:00 +0000
commit6b7ae59337be5258b4ae7c6633674191d70f482d (patch)
tree9ea417813d647c7b6f87e19318b41f049efa9066
parent49152beb601640d0f86feb9d4f1291837d6ddbba (diff)
downloadpkgsrc-6b7ae59337be5258b4ae7c6633674191d70f482d.tar.gz
Add openssl bl3.mk file so that we play nicely with PREFER_PKGSRC+=openssl
-rw-r--r--net/samba/Makefile3
-rw-r--r--net/samba33/Makefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/net/samba/Makefile b/net/samba/Makefile
index ae675bf80e2..7c8d3d128a2 100644
--- a/net/samba/Makefile
+++ b/net/samba/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.198 2010/03/08 22:19:07 jmmv Exp $
+# $NetBSD: Makefile,v 1.199 2010/04/14 14:51:00 sborrill Exp $
.include "Makefile.mirrors"
@@ -170,5 +170,6 @@ post-install: install-samba-lib-symlinks
${CHMOD} ${SHAREMODE} ${DESTDIR}${PREFIX}/include/libmsrpc.h \
${DESTDIR}${PREFIX}/include/libsmbclient.h
+.include "../../security/openssl/buildlink3.mk"
.include "../../devel/popt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/net/samba33/Makefile b/net/samba33/Makefile
index a2cffa4c19c..ca1a4e0011a 100644
--- a/net/samba33/Makefile
+++ b/net/samba33/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2010/03/09 01:33:26 taca Exp $
+# $NetBSD: Makefile,v 1.8 2010/04/14 14:51:01 sborrill Exp $
.include "../../net/samba/Makefile.mirrors"
@@ -146,5 +146,6 @@ post-install:
cd ${WRKSRC}/script; ${INSTALL_SCRIPT} updatesmbpasswd.sh ${DESTDIR}${PREFIX}/${EGDIR}
${CHMOD} ${SHAREMODE} ${DESTDIR}${PREFIX}/include/*.h
+.include "../../security/openssl/buildlink3.mk"
.include "../../devel/popt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"