diff options
| author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-10-20 17:16:58 +0000 |
|---|---|---|
| committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-10-20 17:16:58 +0000 |
| commit | 036c75cd446544a5967a1b7d4c9f17ce4b63d9eb (patch) | |
| tree | e0805e132e25f63e95ffea36d361f2a4ff85b4db /misc | |
| parent | 34a369dbbbf351451d8a62638d892338caf9759e (diff) | |
Notes
Diffstat (limited to 'misc')
| -rw-r--r-- | misc/rubygem-haversine_distance/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/rubygem-haversine_distance/Makefile b/misc/rubygem-haversine_distance/Makefile index ff82601c3972..322167626d33 100644 --- a/misc/rubygem-haversine_distance/Makefile +++ b/misc/rubygem-haversine_distance/Makefile @@ -11,8 +11,9 @@ COMMENT= Calculate the great-circle distance LICENSE= MIT -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes .include <bsd.port.mk> |
