diff options
author | yuri <yuri@FreeBSD.org> | 2019-05-27 15:24:05 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2019-05-27 15:24:05 +0800 |
commit | 294991fe0bde3c141be254418c209522dfb22551 (patch) | |
tree | bcee29b9c3023698112b17fe612cff516df6c518 /math/Makefile | |
parent | e795602564552560cf639a512522fe2c1116bc17 (diff) | |
download | freebsd-ports-gnome-294991fe0bde3c141be254418c209522dfb22551.tar.gz freebsd-ports-gnome-294991fe0bde3c141be254418c209522dfb22551.tar.zst freebsd-ports-gnome-294991fe0bde3c141be254418c209522dfb22551.zip |
New port: math/exprtk: C++ mathematical expression library
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 55b96a715aaf..914e14589ba9 100644 --- a/math/Makefile +++ b/math/Makefile @@ -210,6 +210,7 @@ SUBDIR += ess SUBDIR += eukleides SUBDIR += eval + SUBDIR += exprtk SUBDIR += facile SUBDIR += fann SUBDIR += fcl |