diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-12-18 01:47:59 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-12-18 01:47:59 +0800 |
commit | 34da8c895df9e44ef15656ef26dcea8506e2e08c (patch) | |
tree | 43ac766f2c3b079793b9209e7ab2a0fb86dbea2c /astro | |
parent | a722833d029b4dc98d711495ca07e3d1830ad161 (diff) | |
download | freebsd-ports-gnome-34da8c895df9e44ef15656ef26dcea8506e2e08c.tar.gz freebsd-ports-gnome-34da8c895df9e44ef15656ef26dcea8506e2e08c.tar.zst freebsd-ports-gnome-34da8c895df9e44ef15656ef26dcea8506e2e08c.zip |
- Fix another comment type
Reported by: jhale
Diffstat (limited to 'astro')
-rw-r--r-- | astro/libosmium/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/libosmium/Makefile b/astro/libosmium/Makefile index 58b1e835a24a..a58067ea8baf 100644 --- a/astro/libosmium/Makefile +++ b/astro/libosmium/Makefile @@ -26,7 +26,7 @@ GH_ACCOUNT= osmcode USES= cmake compiler:c++11-lib CMAKE_ARGS= -DBUILD_EXAMPLES:BOOL=OFF -# though it builds tests, the library itself it header-only +# though it builds tests, the library itself is header-only NO_ARCH= yes PORTDOCS= * |