1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-06 11:41:52 +00:00
John Marino 7e39f157ac sysutils/rdate: Unbreak DragonFly after previous commit
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.
2015-05-15 09:40:37 +00:00
..