diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-06 01:27:29 +0800 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-06 01:27:29 +0800 |
commit | c4d4cacd63490d4b63e844ae298880332a388ba7 (patch) | |
tree | 3913b841cc9c2f98d7e4b2056eafc0d9980bf1c8 /astro/gpsman | |
parent | 5faefa6350cd172add279e339bd86a650313beb3 (diff) | |
download | freebsd-ports-gnome-c4d4cacd63490d4b63e844ae298880332a388ba7.tar.gz freebsd-ports-gnome-c4d4cacd63490d4b63e844ae298880332a388ba7.tar.zst freebsd-ports-gnome-c4d4cacd63490d4b63e844ae298880332a388ba7.zip |
- Remove conditional checks relevant only on FreeBSD 5.x and older
Diffstat (limited to 'astro/gpsman')
-rw-r--r-- | astro/gpsman/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/astro/gpsman/Makefile b/astro/gpsman/Makefile index c99b0b3cb7a4..592620009e02 100644 --- a/astro/gpsman/Makefile +++ b/astro/gpsman/Makefile @@ -27,9 +27,7 @@ NO_BUILD= yes .include <bsd.port.pre.mk> -.if ${OSVERSION} < 600000 -GPSMAN_DEFAULT_PORT?= /dev/cuaa0 -.elif ${OSVERSION} < 800045 +.if ${OSVERSION} < 800045 GPSMAN_DEFAULT_PORT?= /dev/cuad0 .else GPSMAN_DEFAULT_PORT?= /dev/cuau0 |