diff options
author | jnemeth <jnemeth@pkgsrc.org> | 2017-04-10 15:27:22 +0000 |
---|---|---|
committer | jnemeth <jnemeth@pkgsrc.org> | 2017-04-10 15:27:22 +0000 |
commit | fbe3c21e529bddef944be739edbecc7c17c2e0c1 (patch) | |
tree | 583ed242843350e7c5ecc2e6e7254cad54ae13dc /net | |
parent | b4811d74b5dbdbecafb4b9f56bbbeee756533238 (diff) | |
download | pkgsrc-fbe3c21e529bddef944be739edbecc7c17c2e0c1.tar.gz |
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 (limited to 'net')
-rw-r--r-- | net/samba4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/samba4/Makefile b/net/samba4/Makefile index 7f5ae599009..f350af98bc7 100644 --- a/net/samba4/Makefile +++ b/net/samba4/Makefile @@ -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 @@ FILES_SUBST+= SMB_PID=${SMB_PID} # 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 |