diff options
author | edwin <edwin@FreeBSD.org> | 2007-10-04 07:00:29 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-10-04 07:00:29 +0800 |
commit | 76a76c8949da4f34972c8ef5eb83d13c8027ab82 (patch) | |
tree | da20b2bba5ac307196ccb9dbc0414496c6be6453 /emulators/rtc | |
parent | b9202ea74e3c3a9e41aa922d5450d24b656bea33 (diff) | |
download | freebsd-ports-gnome-76a76c8949da4f34972c8ef5eb83d13c8027ab82.tar.gz freebsd-ports-gnome-76a76c8949da4f34972c8ef5eb83d13c8027ab82.tar.zst freebsd-ports-gnome-76a76c8949da4f34972c8ef5eb83d13c8027ab82.zip |
Remove support for OSVERSION < 5
Diffstat (limited to 'emulators/rtc')
-rw-r--r-- | emulators/rtc/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/emulators/rtc/Makefile b/emulators/rtc/Makefile index 4d6196b21059..2cce0c14ad19 100644 --- a/emulators/rtc/Makefile +++ b/emulators/rtc/Makefile @@ -34,10 +34,6 @@ SRC_BASE?= /usr/src .include <bsd.port.pre.mk> -.if ${OSVERSION} < 400013 -IGNORE= needs a system more recent than 400013 -.endif - .if ${OSVERSION} < 500104 PLIST_SUB+= MAKEDEV="" .else |