https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275014
--- Comment #11 from Sean McBride <s...@rogue-research.com> --- (In reply to Tijl Coosemans from comment #4) Your conditionalization suggestion worked, thanks! But looks like I need to generalize it to other ports too, like www/linux-c7-qtwebkit. What language/syntax is that? Does it allow wildcards like this? ``` if empty(.CURDIR:M*/linux-c7-*) CFLAGS+=... endif ``` -- You are receiving this mail because: You are the assignee for the bug.