diff options
author | tobik <tobik@FreeBSD.org> | 2019-06-09 13:42:40 +0800 |
---|---|---|
committer | tobik <tobik@FreeBSD.org> | 2019-06-09 13:42:40 +0800 |
commit | da8f8c289fd8e7335be49ae7bde7614725e9420c (patch) | |
tree | 050e105d9befe7507e7b4d522700f62d369030dc /astro | |
parent | 8012bb81707ef527bc3a0ad38716846ada2c8136 (diff) | |
download | freebsd-ports-gnome-da8f8c289fd8e7335be49ae7bde7614725e9420c.tar.gz freebsd-ports-gnome-da8f8c289fd8e7335be49ae7bde7614725e9420c.tar.zst freebsd-ports-gnome-da8f8c289fd8e7335be49ae7bde7614725e9420c.zip |
astro/viking: Canonicalize options group name after r503781 (D20426)
Diffstat (limited to 'astro')
-rw-r--r-- | astro/viking/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/astro/viking/Makefile b/astro/viking/Makefile index d06be97524e1..ffc07138ccb7 100644 --- a/astro/viking/Makefile +++ b/astro/viking/Makefile @@ -40,9 +40,10 @@ PORTDOCS= AUTHORS ChangeLog NEWS README OPTIONS_DEFINE= DOCS GEOCACHES NLS GEOTAG GPSD MAPNIK MBTILES OPTIONS_DEFAULT= GEOTAG GPSD JOSM MAPNIK MBTILES -OPTIONS_MULTI= OpenStreetMap-Editor -OPTIONS_MULTI_OpenStreetMap-Editor= JOSM MERKAATOR +OPTIONS_MULTI= EDITOR +OPTIONS_MULTI_EDITOR= JOSM MERKAATOR +EDITOR_DESC= OpenStreetMap editor GEOCACHES_DESC= GeoCaches Acquire support GEOTAG_DESC= Geotag support GPSD_DESC= Realtime GPS tracking |