diff options
author | adamw <adamw@FreeBSD.org> | 2014-07-21 03:49:21 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-07-21 03:49:21 +0800 |
commit | ecea21ad1592652d0301e65cac3e7b9ccceb3e40 (patch) | |
tree | ad7b3006c8016b4e35c0e4ee90279546f0ed87b5 /math | |
parent | 8aad18a6bc061f49227262f5339a1f4752d09d45 (diff) | |
download | freebsd-ports-gnome-ecea21ad1592652d0301e65cac3e7b9ccceb3e40.tar.gz freebsd-ports-gnome-ecea21ad1592652d0301e65cac3e7b9ccceb3e40.tar.zst freebsd-ports-gnome-ecea21ad1592652d0301e65cac3e7b9ccceb3e40.zip |
Add USES=readline to fix build.
Diffstat (limited to 'math')
-rw-r--r-- | math/mathomatic/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/mathomatic/Makefile b/math/mathomatic/Makefile index 8c6d03b4f5a4..d4dd481b946a 100644 --- a/math/mathomatic/Makefile +++ b/math/mathomatic/Makefile @@ -12,7 +12,7 @@ COMMENT= Highly portable, general purpose CAS (Computer Algebra System) LICENSE= GPLv2 -USES= gmake tar:bzip2 +USES= gmake tar:bzip2 readline MAKEFILE= makefile |