pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/samba4 Add pkg-config to USE_TOOLS, which is neede...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8e94e3f5b9f4
branches:  trunk
changeset: 360925:8e94e3f5b9f4
user:      jnemeth <jnemeth%pkgsrc.org@localhost>
date:      Mon Apr 10 15:27:22 2017 +0000

description:
Add pkg-config to USE_TOOLS, which is needed to find gnutls.
Problem found in a bulk build.  Not bumping PKGREVISION since it
shouldn't change the binary package when it built.

diffstat:

 net/samba4/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 63f118ff3535 -r 8e94e3f5b9f4 net/samba4/Makefile
--- a/net/samba4/Makefile       Mon Apr 10 15:05:03 2017 +0000
+++ b/net/samba4/Makefile       Mon Apr 10 15:27:22 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2017/04/08 08:56:27 ryoon Exp $
+# $NetBSD: Makefile,v 1.29 2017/04/10 15:27:22 jnemeth Exp $
 
 DISTNAME=      samba-${VERSION}
 CATEGORIES=    net
@@ -50,7 +50,7 @@
 
 # mktemp is useful for the replacement adduser script, but don't require
 # a full dependency since it's not actually needed by samba.
-USE_TOOLS+=            gmake mktemp perl:run
+USE_TOOLS+=            gmake mktemp perl:run pkg-config
 
 REPLACE_PERL=          script/findsmb.in
 



Home | Main Index | Thread Index | Old Index