mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-06 11:41:52 +00:00
![John Marino](/assets/img/avatar_default.png)
OSVERSION was used without OPSYS. This fix really should be "if dragonfly or (freebsd osversion < X)" but currently OSVERSION is valid as long as OPSYS <> DragonFly so this change will work and is simpler than the "real" fix. Ideally all of this should be replaced with a feature detection mechanism.