diff options
author | silby <silby@FreeBSD.org> | 2005-10-06 14:39:58 +0800 |
---|---|---|
committer | silby <silby@FreeBSD.org> | 2005-10-06 14:39:58 +0800 |
commit | 11d933a86bb4603eb123e64b0d292f3ea966a342 (patch) | |
tree | f498040f18d8ff037bf141c1d8e49e15e4293602 /emulators/rtc | |
parent | a3aa76f85e7a25b7213eacb278a8698340a95c1d (diff) | |
download | freebsd-ports-gnome-11d933a86bb4603eb123e64b0d292f3ea966a342.tar.gz freebsd-ports-gnome-11d933a86bb4603eb123e64b0d292f3ea966a342.tar.zst freebsd-ports-gnome-11d933a86bb4603eb123e64b0d292f3ea966a342.zip |
Change the hz warning so that it doesn't bother you if hz is already
set to 1000 or greater, and take out the check to see if hz is greater
than the requested tick rate.
Inspired by PR: 71536
Diffstat (limited to 'emulators/rtc')
-rw-r--r-- | emulators/rtc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/rtc/Makefile b/emulators/rtc/Makefile index bb8d2fb8fb97..4cbf7638aca4 100644 --- a/emulators/rtc/Makefile +++ b/emulators/rtc/Makefile @@ -7,7 +7,7 @@ PORTNAME= rtc PORTVERSION= 2004.02.24.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= emulators linux MASTER_SITES= # none DISTFILES= # none |