diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2008-10-29 15:32:07 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2008-10-29 15:32:07 +0000 |
commit | 9dafd78c9865d6de458348cdbde3310d77662552 (patch) | |
tree | 9bc375307fe44eec1e226b3ad0d89145caa5d88a /astro/gpsman/Makefile | |
parent | 622a19822b531549279aeb3cd9ff1f9e590c5d99 (diff) |
Notes
Diffstat (limited to 'astro/gpsman/Makefile')
-rw-r--r-- | astro/gpsman/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/astro/gpsman/Makefile b/astro/gpsman/Makefile index bede8fcd862a..0083d7c4ee1e 100644 --- a/astro/gpsman/Makefile +++ b/astro/gpsman/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gpsman -PORTVERSION= 6.3.2 +PORTVERSION= 6.4 CATEGORIES= astro tk geography MASTER_SITES= http://www.ncc.up.pt/gpsman/gpsmanhtml/ MASTER_SITE_SUBDIR= science/cartography @@ -28,8 +28,10 @@ NO_BUILD= yes .if ${OSVERSION} < 600000 GPSMAN_DEFAULT_PORT?= /dev/cuaa0 -.else +.elif ${OSVERSION} < 800045 GPSMAN_DEFAULT_PORT?= /dev/cuad0 +.else +GPSMAN_DEFAULT_PORT?= /dev/cuau0 .endif post-patch: |