diff options
author | glebius <glebius@FreeBSD.org> | 2010-10-15 23:07:07 +0800 |
---|---|---|
committer | glebius <glebius@FreeBSD.org> | 2010-10-15 23:07:07 +0800 |
commit | 540316a89462366a91da12e3be74b8051d56a7be (patch) | |
tree | 5ff9cc0fb3faef870cd2dcc0a080bb02ee66ba10 /astro | |
parent | f31588e7a6167fae5c23188edcd7656437a3e2fc (diff) | |
download | freebsd-ports-gnome-540316a89462366a91da12e3be74b8051d56a7be.tar.gz freebsd-ports-gnome-540316a89462366a91da12e3be74b8051d56a7be.tar.zst freebsd-ports-gnome-540316a89462366a91da12e3be74b8051d56a7be.zip |
Fix typo in option comment.
Approved by: az
Diffstat (limited to 'astro')
-rw-r--r-- | astro/gpsd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/gpsd/Makefile b/astro/gpsd/Makefile index d859c19165a1..cf483650586a 100644 --- a/astro/gpsd/Makefile +++ b/astro/gpsd/Makefile @@ -62,7 +62,7 @@ OPTIONS= GTK2 "Install py-gtk2 (required for xgps & xgpsspeed)" off \ AIVDM "Aivdm support" on \ NTRIP "NTRIP support" on \ PROFILING "Profiling support" off \ - NTPSHM "TP time hinting support" on \ + NTPSHM "NTP time hinting support" on \ PPS "PPS time syncing support" off \ DBUS "DBUS support" off |