Closed cooljeanius closed 5 months ago
Currently the wine-crossover Portfile from this repo fails to parse with:
Failed to parse file emulators/wine-crossover/Portfile: invalid command name "configure.env.append"
The fix is simple: configure.env.append -> configure.env-append
configure.env.append
configure.env-append
Currently the wine-crossover Portfile from this repo fails to parse with:
The fix is simple:
configure.env.append
->configure.env-append