mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
Require at least version 0.9.10 of pkgconf. This version fixed a problem
with parsing comments. Several users reported a problem building security/gnutls because hogweed.pc (provided by security/nettle) contains the following line: Requires: # nettle Older versions of pkgconf try to look for a package named "#" and fail.
This commit is contained in:
parent
fc9ab6c4ed
commit
5bc688d3c8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=413955
@ -11,7 +11,7 @@
|
||||
.if !defined(_INCLUDE_USES_PKGCONFIG_MK)
|
||||
_INCLUDE_USES_PKGCONFIG_MK= yes
|
||||
|
||||
_PKGCONFIG_DEPENDS= pkgconf:devel/pkgconf
|
||||
_PKGCONFIG_DEPENDS= pkgconf>=0.9.10:devel/pkgconf
|
||||
|
||||
.if empty(pkgconfig_ARGS)
|
||||
pkgconfig_ARGS= build
|
||||
|
Loading…
Reference in New Issue
Block a user